AMZN stock ticker
Show AMZN stock price in your Chrome browser
What is AMZN stock ticker?
AMZN stock ticker is a Chrome extension developed by Ivo Janssen, and its main feature is "Show AMZN stock price in your Chrome browser".
Extension Screenshots
Download AMZN stock ticker Extension CRX File
Download AMZN stock ticker 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
Do you wish that you could look at your favorite stock quote at a glance without having to open a separate tab and search for it? This little utility will display the latest stock quote right in your extension bar. Options include a configurable update interval and you can change the stock symbol as well. By default it shows the AMZN stock symbol.
Extension Basic Information
Name | AMZN stock ticker |
ID | cbmpnogekngmlcgpejiiigiggklhdlij |
Official URL | https://chromewebstore.google.com/detail/amzn-stock-ticker/cbmpnogekngmlcgpejiiigiggklhdlij |
Description | Show AMZN stock price in your Chrome browser |
File Size | 12.59 KB |
Installation Count | 30 |
Current Version | 0.9.5 |
Last Updated | 2022-08-24 |
Publish Date | 2022-05-21 |
Developer | Ivo Janssen |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/janssenivo/amzn-chrome |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AMZN stock ticker", "description": "Show AMZN stock price in your Chrome browser", "version": "0.9.5", "manifest_version": 3, "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "alarms", "storage" ], "host_permissions": [ "https:\/\/yh-finance.p.rapidapi.com\/stock\/" ], "action": { "default_icon": { "128": "amazon128.png" } } } |