Zoom Player Deals

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

Co to jest Zoom Player Deals?

Zoom Player Deals to rozszerzenie Chrome opracowane przez http://inmatrix.com, a jego główną funkcją jest „Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Zoom Player Deals

Pobierz pliki rozszerzeń Zoom Player Deals w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Zoom Player Deals Zoom Player Deals
ID jhepckfebdcnjemeknooaegpociaaiae
Oficjalny URL https://chrome.google.com/webstore/detail/zoom-player-deals/jhepckfebdcnjemeknooaegpociaaiae
Opis Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.
Rozmiar pliku 93.75 KB
Liczba instalacji 1,799
Aktualna Wersja 7.0.27
Ostatnia Aktualizacja 2017-07-10
Data Publikacji 2017-07-10
Ocena 4.00/5 Łącznie 5 Oceny
Deweloper http://inmatrix.com
Typ Płatności free
Adres URL Strony Polityki Prywatności http://inmatrix.com/privacy.shtml
Obsługiwane Języki 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"
}