Postcashback

Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.

Co to jest Postcashback?

Postcashback to rozszerzenie Chrome opracowane przez devlessforme, a jego główną funkcją jest „Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Postcashback

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

                        Want to earn from your Internet purchases? Buy via Israel Post Cashback site and earn every time you shop online                    

Podstawowe informacje o rozszerzeniu

Nazwa Postcashback Postcashback
ID knimahbenfiaggimliedochcldnoamhk
Oficjalny URL https://chromewebstore.google.com/detail/postcashback/knimahbenfiaggimliedochcldnoamhk
Opis Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.
Rozmiar pliku 856 KB
Liczba instalacji 304
Aktualna Wersja 3.3.1
Ostatnia Aktualizacja 2020-06-08
Data Publikacji 2020-06-06
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper devlessforme
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.postcashback.co.il/
Adres URL Strony Pomocy https://www.postcashback.co.il/faq
Adres URL Strony Polityki Prywatności https://www.lessforme.com/privacy
Obsługiwane Języki en,ru,iw,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_title": "Postcashback Button",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.2.4.min.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.",
    "homepage_url": "http:\/\/www.postcashback.co.il",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "18": "img\/icon18.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Postcashback",
    "permissions": [
        "tabs",
        "webNavigation",
        "cookies",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "www.postcashback.co.il\/*",
        "img\/*"
    ],
    "version": "3.3.1"
}