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 |
官方網址 | 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" } |