Postcashback

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

Qu'est-ce que Postcashback ?

Postcashback est une extension Chrome développée par devlessforme, et sa fonction principale est "Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Postcashback

Téléchargez les fichiers d'extension Postcashback au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Postcashback Postcashback
ID knimahbenfiaggimliedochcldnoamhk
URL Officiel https://chromewebstore.google.com/detail/postcashback/knimahbenfiaggimliedochcldnoamhk
Description Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.
Taille du Fichier 856 KB
Nombre d'Installations 304
Version Actuelle 3.3.1
Dernière Mise à Jour 2020-06-08
Date de Publication 2020-06-06
Évaluation 1.00/5 Total 1 Évaluations
Développeur devlessforme
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.postcashback.co.il/
URL de la Page d'Aide https://www.postcashback.co.il/faq
URL de la Page de Politique de Confidentialité https://www.lessforme.com/privacy
Langues Prises en Charge 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"
}