Bitcoin Forum
June 24, 2024, 04:37:57 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Project Development / Re: Bitcoin Price Tracker on: August 22, 2017, 07:18:29 AM
bitcoin price tracker is completely safe. no hidden code, no malware. You can confirm this by reading the javascript code in the extension.
2  Bitcoin / Project Development / Re: Bitcoin Price Tracker on: August 20, 2017, 10:30:31 PM
Hello All,
We have developed a chrome extension to track Bitcoin prices and set rules to watch price movements! Now never miss an opportunity to buy bitcoins at the best rate. View the Bitcoin price in your favorite currency.

https://chrome.google.com/webstore/detail/bitcoin-price-tracker/fpkhlnacfhciopipcjpcjmkpldbogaeo

Example rules:
  • Notify me when Bitcoin price drops by 100 points in 30 minutes.
  • Notify me when Bitcoin price rises above 4000 USD

Install the FREE extension now!


Since chrome extensions are written in front-end (HTML, CSS, JS), I'm going to take a look inside and check for any malicious code, I'll post back the results when I'm done.

exactly! you can view the code in chrome dev tools. most of the logic is handled in background page. you can view its code by going to
Code:
window ->
 extensions -> Bitcoin price tracker -> inspect views -> background page

cheers!
3  Bitcoin / Project Development / Re: Bitcoin Price Tracker on: August 20, 2017, 08:46:33 AM
This is a good idea, however there is a high risk on my data's security since the chrome extension is not ecrypted at all, so i'm having a second thought if i should give it a try.

We can understand your concern. We will be releasing the next version of the extension under open source license. Hope that helps!
4  Bitcoin / Project Development / Re: Bitcoin Price Tracker on: August 17, 2017, 03:16:46 AM
Would be very helpful, and I sure would not miss the opportunity to get the best bitcoin price

Thanks! Smiley I purchased some bitcoins yesterday when the price dropped below 5100 AUD. now it's 5400 AUD again!
5  Bitcoin / Project Development / Re: How to develop Blockchain Project? on: August 16, 2017, 11:17:36 PM
How do I develop a Blockchain based project? Does it make sense to use ethereum for this?

Bitcoin has a distributed structure. Do private companies have to use a distributed structure like this when developing their own projects? For example, can anyone access the Blockchain records in the banking or finance sector?

pluralsight has a video tutorial that might help https://app.pluralsight.com/library/courses/blockchain-fundamentals/table-of-contents it covers etherium blockchain and a demo app using solidity.
6  Bitcoin / Project Development / Re: Bitcoin Price Tracker on: August 16, 2017, 07:23:14 AM
Good work, I appreciate your effort to create this chrome extension tool.
I will try it and give my review after few days obviously, hopefully there is no problem about it.
This is totally safe, right? There is no any suspicious malware run in the background or activities being recorded? No offense, as I'm not an expert in this field of technology. And, do you have a plan to develop on other platforms such as facebook or telegram?

Hello error08,
yes! it is completely safe. we have around 500+ users now. and some great feedback! We are planning to launch it on firefox and facebook messenger. Also there will be some new triggers to track crypto currency prices but they might not be free.

We will keep this thread updated as and when we add new features!. You can also visit our  product hunt page https://www.producthunt.com/posts/bitcoin-price-tracker

Cheers!
7  Bitcoin / Project Development / Re: Bitcoin Price Tracker on: August 15, 2017, 04:42:26 AM
thanks northstarh!

I totally understand that it's hard to trust an extension built by newbie on this forum. This extension has helped me catch the Bitcoin trends in the past. Its data source is from coinBase. When you install the extension, google chrome will notify you that `this extension can read/write your data on coinBase`. Although it doesn't `write` any data to coinBase, there is no way to tell google that the extension only reads data. You can confirm that by reading this article. https://blog.malwarebytes.com/threat-analysis/2016/01/rogue-google-chrome-extension-spies-on-you/
My extension does not do any of those things. google chrome lists all the external servers that the extension can talk to before you install the extension. Anyone can verify that when you tap `add to chrome` This extension does not read/write data on the web page.

The source code of the extension can be accessed via `chrome developer tools` i think that is much better than GitHub because you are actually viewing the code that is run by chrome. I'm sure that you will agree with me after you inspect the chrome dev tools that this is a clean, simple and very useful extension.

It is currently free because it's just the 2nd version of the extension. I'm planning to add more features and ads /pro version of the extension.

Cheers!
8  Bitcoin / Project Development / Re: Bitcoin Price Tracker on: August 14, 2017, 10:59:48 PM
Hello All!
Thanks for your feedback. This is totally safe. It's just a small extension that gets prices from coin base and matches them with the rules that you set. Currently, it's not making any money for me. but ads will be the source of money in subsequent versions. I'm planning to add some more advanced rules for intelligent price tracking. You can view the product hunt page here. https://www.producthunt.com/posts/bitcoin-price-tracker
9  Bitcoin / Project Development / Bitcoin Price Tracker on: August 14, 2017, 03:14:35 PM
Hello All,
We have developed a chrome extension to track Bitcoin prices and set rules to watch price movements! Now never miss an opportunity to buy bitcoins at the best rate. View the Bitcoin price in your favorite currency.

https://chrome.google.com/webstore/detail/bitcoin-price-tracker/fpkhlnacfhciopipcjpcjmkpldbogaeo

Example rules:
  • Notify me when Bitcoin price drops by 100 points in 30 minutes.
  • Notify me when Bitcoin price rises above 4000 USD

Install the FREE extension now!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!