Price Master

Price Master

Co to jest Price Master?

Price Master to rozszerzenie Chrome opracowane przez https://www.pricemaster.co, a jego główną funkcją jest „Price Master”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Price Master

Pobierz pliki rozszerzeń Price Master 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

                        Price Master helps you get live price comparison with the products you are viewing online. We cover hundreds of millions of products from dozens of online merchants. simply go to your favorite online store, search for your desired product and Price Master will locate a better deal for you. occasionally you will be offered similar, related products to help make you shopping decision better. Price Master also offers coupons for top merchants that will be displayed upon arriving at merchant's homepages, saving you money on your future purchase.                    

Podstawowe informacje o rozszerzeniu

Nazwa Price Master Price Master
ID mnbbpogddcjkeokinbalnoholjclnakj
Oficjalny URL https://chromewebstore.google.com/detail/price-master/mnbbpogddcjkeokinbalnoholjclnakj
Opis Price Master
Rozmiar pliku 40.41 KB
Liczba instalacji 45
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2015-09-25
Data Publikacji 2015-09-24
Deweloper https://www.pricemaster.co
Typ Płatności free
Strona Rozszerzenia http://www.pricemaster.co/index.html
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Price Master",
    "short_name": "Price Master",
    "version": "1.0.2",
    "description": "Price Master",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/button.png",
        "48": "icons\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "main.js"
            ]
        }
    ],
    "homepage_url": "http:\/\/pricemaster.co.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "extension.js"
    ]
}