stock-helper

a Chrome Extension for stock

Cos'è stock-helper?

stock-helper è un'estensione di Chrome sviluppata da http://www.dddog.com.cn, e la sua funzione principale è "a Chrome Extension for stock".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione stock-helper

Scarica i file di estensione stock-helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        a Chrome Extension for stock                    

Informazioni di Base sull'Estensione

Nome stock-helper stock-helper
ID akcminhddckjghbaolhcoccbjlmcnclo
URL Ufficiale https://chrome.google.com/webstore/detail/stock-helper/akcminhddckjghbaolhcoccbjlmcnclo
Descrizione a Chrome Extension for stock
Dimensione del File 1.57 MB
Conteggio Installazioni 85
Versione Corrente 1.5.3
Ultimo Aggiornamento 2018-05-23
Data di Pubblicazione 2018-05-23
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore http://www.dddog.com.cn
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.5.3",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/Stock.png",
        "128": "images\/Stock.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "notifications",
        "https:\/\/hq.sinajs.cn\/list=*",
        "http:\/\/suggest3.sinajs.cn\/suggest\/",
        "http:\/\/vip.stock.finance.sina.com.cn\/quotes_service\/view\/"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/Stock.png",
            "38": "images\/Stock.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/stock_down.png",
        "images\/stock_up.png"
    ]
}