Shopopro plugin
Shopopro plugin
什麼是Shopopro plugin?
Shopopro plugin是由https://shopopro.com開發的Chrome擴展程式,該擴展的主要功能是“Shopopro plugin”。
擴展截圖
下載Shopopro plugin擴展crx文件
下載Shopopro plugin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Shopopro extension is intended for users of Shopopro cashback service https://shopopro.com. It allows you to receive relevant information about possibility and amount of cashback, available coupons, current promotions and availability of overviews of goods in the visited online store. In addition, it gives you opportunity to quickly view current status of your orders and available funds on the account in the cashback service. The extension will also notify you about availability of cashback when you visit online stores.
擴展基本資訊
名稱 | Shopopro plugin |
ID | benpkendjikkbfdokgcnkkfehojcllpo |
官方網址 | https://chromewebstore.google.com/detail/shopopro-plugin/benpkendjikkbfdokgcnkkfehojcllpo |
簡介 | Shopopro plugin |
檔案大小 | 21.72 KB |
安裝次數 | 53 |
目前版本 | 0.1.2 |
更新時間 | 2019-02-07 |
上架時間 | 2019-02-06 |
評分 | 4.50/5 共 2 次評分 |
開發者 | https://shopopro.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://shopopro.com |
隱私政策頁面URL | https://shopopro.com/privacy_policy.pdf |
支援的語言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "ru", "permissions": [ "activeTab", "*:\/\/shopopro.com\/*", "tabs" ], "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_appName__", "default_popup": "popup.html" } } |