AMZN stock ticker

Show AMZN stock price in your Chrome browser

Qu'est-ce que AMZN stock ticker ?

AMZN stock ticker est une extension Chrome développée par Ivo Janssen, et sa fonction principale est "Show AMZN stock price in your Chrome browser".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AMZN stock ticker

Téléchargez les fichiers d'extension AMZN stock ticker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AMZN stock ticker AMZN stock ticker
ID cbmpnogekngmlcgpejiiigiggklhdlij
URL Officiel https://chromewebstore.google.com/detail/amzn-stock-ticker/cbmpnogekngmlcgpejiiigiggklhdlij
Description Show AMZN stock price in your Chrome browser
Taille du Fichier 12.59 KB
Nombre d'Installations 30
Version Actuelle 0.9.5
Dernière Mise à Jour 2022-08-24
Date de Publication 2022-05-21
Développeur Ivo Janssen
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/janssenivo/amzn-chrome
Langues Prises en Charge 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"
        }
    }
}