Postcashback
Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.
Wat is Postcashback?
Postcashback is een Chrome-extensie ontwikkeld door devlessforme, en de belangrijkste functie is "Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.".
Extensie Screenshots
Download het CRX-bestand van de extensie Postcashback
Download Postcashback-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Want to earn from your Internet purchases? Buy via Israel Post Cashback site and earn every time you shop online
Basisinformatie over de Extensie
Naam | Postcashback |
ID | knimahbenfiaggimliedochcldnoamhk |
Officiële URL | https://chromewebstore.google.com/detail/postcashback/knimahbenfiaggimliedochcldnoamhk |
Beschrijving | Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away. |
Bestandsgrootte | 856 KB |
Aantal Installaties | 304 |
Huidige Versie | 3.3.1 |
Laatst Bijgewerkt | 2020-06-08 |
Publicatiedatum | 2020-06-06 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | devlessforme |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.postcashback.co.il/ |
Help Pagina-URL | https://www.postcashback.co.il/faq |
URL van de Privacybeleid Pagina | https://www.lessforme.com/privacy |
Ondersteunde Talen | 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" } |