Stock Spyder

Market Watch

Cos'è Stock Spyder?

Stock Spyder è un'estensione di Chrome sviluppata da softplug private ltd., e la sua funzione principale è "Market Watch".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Stock Spyder

Scarica i file di estensione Stock Spyder 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

                        Stock Spyder helps you monitor stocks, create a watchlist, get info on highest gainers/losers, and a new toolbar to view all of it.                    

Informazioni di Base sull'Estensione

Nome Stock Spyder Stock Spyder
ID boppgglchdhkmfogbmcfcblbjckoebni
URL Ufficiale https://chromewebstore.google.com/detail/stock-spyder/boppgglchdhkmfogbmcfcblbjckoebni
Descrizione Market Watch
Dimensione del File 327 KB
Conteggio Installazioni 13
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-03-13
Data di Pubblicazione 2021-03-08
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore softplug private ltd.
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stock Spyder",
    "description": "Market Watch",
    "homepage_url": "https:\/\/github.com\/softplug\/stock-spyder",
    "version": "1.0.1",
    "permissions": [
        "storage"
    ],
    "author": "SoftPlug",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Track Your Stocks",
        "chrome_style": false,
        "default_icon": {
            "16": "assets\/icons\/icon-16.png",
            "32": "assets\/icons\/icon-32.png",
            "48": "assets\/icons\/icon-48.png",
            "128": "assets\/icons\/icon-128.png"
        }
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/jquery.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/drag-and-drop.js",
                "js\/show-marquee.js"
            ],
            "css": [
                "styles\/show-marquee.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/*"
    ],
    "content_security_policy": "script-src 'self'  https:\/\/netdna.bootstrapcdn.com\/; object-src 'self';"
}