Postcashback

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

Hvad er Postcashback?

Postcashback er en Chrome-udvidelse udviklet af devlessforme, og dens hovedfunktion er "Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Postcashback-udvidelses-CRX-fil

Download Postcashback-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Postcashback Postcashback
ID knimahbenfiaggimliedochcldnoamhk
Officiel URL https://chromewebstore.google.com/detail/postcashback/knimahbenfiaggimliedochcldnoamhk
Beskrivelse Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.
Filstørrelse 856 KB
Antal Installationer 304
Nuværende Version 3.3.1
Senest Opdateret 2020-06-08
Udgivelsesdato 2020-06-06
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler devlessforme
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.postcashback.co.il/
Hjælpeside-URL https://www.postcashback.co.il/faq
URL til Fortrolighedspolitik Side https://www.lessforme.com/privacy
Understøttede Sprog 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"
}