Zoom Player Deals
Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.
什麼是Zoom Player Deals?
Zoom Player Deals是由http://inmatrix.com開發的Chrome擴展程式,該擴展的主要功能是“Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.”。
擴展截圖
下載Zoom Player Deals擴展crx文件
下載Zoom Player Deals擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The Zoom Player Deals extension helps you find the best price and coupons for products you are currently browsing for. Help Zoom Player development flourish by using this extension to help advise you with your online shopping.
擴展基本資訊
名稱 | |
ID | jhepckfebdcnjemeknooaegpociaaiae |
官方網址 | https://chrome.google.com/webstore/detail/zoom-player-deals/jhepckfebdcnjemeknooaegpociaaiae |
簡介 | Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals. |
檔案大小 | 93.75 KB |
安裝次數 | 1,799 |
目前版本 | 7.0.27 |
更新時間 | 2017-07-10 |
上架時間 | 2017-07-10 |
評分 | 4.00/5 共 5 次評分 |
開發者 | http://inmatrix.com |
付費類型 | free |
隱私政策頁面URL | http://inmatrix.com/privacy.shtml |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "short_name": "__MSG_shortName__", "version": "7.0.27", "manifest_version": 2, "icons": { "48": "img\/active48.png", "128": "img\/active128.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "storage", "tabs", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "background_script.js", "browser_action.js" ] }, "browser_action": { "default_icon": { "19": "img\/inactive19.png", "38": "img\/inactive38.png" }, "default_title": "__MSG_extName__" }, "content_scripts": [], "default_locale": "en" } |