Postcashback
Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.
Vad är Postcashback?
Postcashback är en Chrome-tillägg utvecklad av devlessforme, och dess huvudfunktion är "Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.".
Tilläggsskärmbilder
Ladda ner Postcashback-förlängningens CRX-fil
Ladda ner Postcashback-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Want to earn from your Internet purchases? Buy via Israel Post Cashback site and earn every time you shop online                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | knimahbenfiaggimliedochcldnoamhk | 
| Officiell webbadress | https://chromewebstore.google.com/detail/postcashback/knimahbenfiaggimliedochcldnoamhk | 
| Beskrivning | Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away. | 
| Filstorlek | 856 KB | 
| Antal Installationer | 304 | 
| Aktuell Version | 3.3.1 | 
| Senast Uppdaterad | 2020-06-08 | 
| Publiceringsdatum | 2020-06-06 | 
| Betyg | 1.00/5 Totalt 1 Betyg | 
| Utvecklare | devlessforme | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://www.postcashback.co.il/ | 
| Hjälpsida URL | https://www.postcashback.co.il/faq | 
| URL till Sekretesspolicy Sidan | https://www.lessforme.com/privacy | 
| Stödda Språk | 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"
}  |  |