Zoom Player Deals

Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.

Cos'è Zoom Player Deals?

Zoom Player Deals è un'estensione di Chrome sviluppata da http://inmatrix.com, e la sua funzione principale è "Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Zoom Player Deals

Scarica i file di estensione Zoom Player Deals 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

                        The Zoom Player Deals extension helps you find the best price and coupons for products you are currently browsing for.

Help Zoom Player development flourish by using this extension to help advise you with your online shopping.                    

Informazioni di Base sull'Estensione

Nome Zoom Player Deals Zoom Player Deals
ID jhepckfebdcnjemeknooaegpociaaiae
URL Ufficiale https://chrome.google.com/webstore/detail/zoom-player-deals/jhepckfebdcnjemeknooaegpociaaiae
Descrizione Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.
Dimensione del File 93.75 KB
Conteggio Installazioni 1,799
Versione Corrente 7.0.27
Ultimo Aggiornamento 2017-07-10
Data di Pubblicazione 2017-07-10
Valutazione 4.00/5 Totale 5 Valutazioni
Sviluppatore http://inmatrix.com
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://inmatrix.com/privacy.shtml
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "short_name": "__MSG_shortName__",
    "version": "7.0.27",
    "manifest_version": 2,
    "icons": {
        "48": "img\/active48.png",
        "128": "img\/active128.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background_script.js",
            "browser_action.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/inactive19.png",
            "38": "img\/inactive38.png"
        },
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [],
    "default_locale": "en"
}