Postcashback

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

What is Postcashback?

Postcashback is a Chrome extension developed by devlessforme, and its main feature is "Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.".

Extension Screenshots

screenshot
screenshot

Download Postcashback Extension CRX File

Download Postcashback extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Postcashback Postcashback
ID knimahbenfiaggimliedochcldnoamhk
Official URL https://chromewebstore.google.com/detail/postcashback/knimahbenfiaggimliedochcldnoamhk
Description Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.
File Size 856 KB
Installation Count 304
Current Version 3.3.1
Last Updated 2020-06-08
Publish Date 2020-06-06
Rating 1.00/5 Total 1 Ratings
Developer devlessforme
Email [email protected]
Payment Type free
Extension Website https://www.postcashback.co.il/
Help Page URL https://www.postcashback.co.il/faq
Privacy Policy Page URL https://www.lessforme.com/privacy
Supported Languages 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"
}