AMZN stock ticker
Show AMZN stock price in your Chrome browser
Was ist AMZN stock ticker?
AMZN stock ticker ist eine Chrome-Erweiterung, die von Ivo Janssen entwickelt wurde, und ihr Hauptmerkmal ist "Show AMZN stock price in your Chrome browser".
Erweiterungsscreenshots
AMZN stock ticker-Erweiterungs-CRX-Datei herunterladen
Laden Sie AMZN stock ticker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cbmpnogekngmlcgpejiiigiggklhdlij |
| Offizielle URL | https://chromewebstore.google.com/detail/amzn-stock-ticker/cbmpnogekngmlcgpejiiigiggklhdlij |
| Beschreibung | Show AMZN stock price in your Chrome browser |
| Dateigröße | 12.59 KB |
| Installationsanzahl | 30 |
| Aktuelle Version | 0.9.5 |
| Letztes Update | 2022-08-24 |
| Veröffentlichungsdatum | 2022-05-21 |
| Entwickler | Ivo Janssen |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/janssenivo/amzn-chrome |
| Unterstützte Sprachen | 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"
}
}
} | |