Stock Watch

Check latest stock quotes

What is Stock Watch?

Stock Watch is a Chrome extension developed by Mohan Vurimi, and its main feature is "Check latest stock quotes".

Extension Screenshots

screenshot

Download Stock Watch Extension CRX File

Download Stock Watch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Follow your favorite stock with click of button. 

Latest update includes bug fixes raised due to yahoo api changes                    

Extension Basic Information

Name Stock Watch Stock Watch
ID nfjkmciodebjnpffbombhjdhnmbiaihn
Official URL https://chrome.google.com/webstore/detail/stock-watch/nfjkmciodebjnpffbombhjdhnmbiaihn
Description Check latest stock quotes
File Size 215 KB
Installation Count 92
Current Version 0.0.11
Last Updated 2017-11-24
Publish Date 2017-11-24
Rating 3.67/5 Total 3 Ratings
Developer Mohan Vurimi
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stock Watch",
    "description": "Check latest stock quotes",
    "version": "0.0.11",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}