Argos Stockchecker

When browsing Argos.ie, all product codes become links to checkargos.com to determine stock levels in Argos stores in Ireland.

Cos'è Argos Stockchecker?

Argos Stockchecker è un'estensione di Chrome sviluppata da https://www.induceddevelopment.com, e la sua funzione principale è "When browsing Argos.ie, all product codes become links to checkargos.com to determine stock levels in Argos stores in Ireland.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Argos Stockchecker

Scarica i file di estensione Argos Stockchecker 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

                        Argos Stockchecker replaces product codes on the argos.ie site with a link to checkargos.com.  This site looks up the stock levels for the desired product in all the Irish stores.

New version does not break javascript.                    

Informazioni di Base sull'Estensione

Nome Argos Stockchecker Argos Stockchecker
ID kdfjafldmdgledccmljiadgmbdcicjee
URL Ufficiale https://chromewebstore.google.com/detail/argos-stockchecker/kdfjafldmdgledccmljiadgmbdcicjee
Descrizione When browsing Argos.ie, all product codes become links to checkargos.com to determine stock levels in Argos stores in Ireland.
Dimensione del File 173 KB
Conteggio Installazioni 188
Versione Corrente 2.0
Ultimo Aggiornamento 2014-07-14
Data di Pubblicazione 2014-07-14
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore https://www.induceddevelopment.com
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Argos Stockchecker",
    "version": "2.0",
    "description": "When browsing Argos.ie, all product codes become links to checkargos.com to determine stock levels in Argos stores in Ireland.",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.argos.ie\/**"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-1.10.2.min.map"
    ],
    "permissions": [
        "http:\/\/*.argos.ie\/**",
        "http:\/\/*.checkargos.com\/**"
    ]
}