Postcashback
Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.
什么是Postcashback?
Postcashback是由devlessforme开发的Chrome扩展程序,该扩展的主要功能是“Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.”。
扩展截图
下载Postcashback扩展crx文件
下载Postcashback扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Want to earn from your Internet purchases? Buy via Israel Post Cashback site and earn every time you shop online
扩展基本信息
名称 | Postcashback |
ID | knimahbenfiaggimliedochcldnoamhk |
官方URL | https://chromewebstore.google.com/detail/postcashback/knimahbenfiaggimliedochcldnoamhk |
简介 | Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away. |
文件大小 | 856 KB |
安装次数 | 304 |
当前版本 | 3.3.1 |
更新时间 | 2020-06-08 |
上架时间 | 2020-06-06 |
评分 | 1.00/5 共1次评分 |
开发者 | devlessforme |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.postcashback.co.il/ |
帮助页面URL | https://www.postcashback.co.il/faq |
隐私政策页面URL | https://www.lessforme.com/privacy |
支持的语言 | 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" } |