Price Master
Price Master
什麼是Price Master?
Price Master是由https://www.pricemaster.co開發的Chrome擴展程式,該擴展的主要功能是“Price Master”。
擴展截圖
下載Price Master擴展crx文件
下載Price Master擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Price Master helps you get live price comparison with the products you are viewing online. We cover hundreds of millions of products from dozens of online merchants. simply go to your favorite online store, search for your desired product and Price Master will locate a better deal for you. occasionally you will be offered similar, related products to help make you shopping decision better. Price Master also offers coupons for top merchants that will be displayed upon arriving at merchant's homepages, saving you money on your future purchase.
擴展基本資訊
名稱 | |
ID | mnbbpogddcjkeokinbalnoholjclnakj |
官方網址 | https://chromewebstore.google.com/detail/price-master/mnbbpogddcjkeokinbalnoholjclnakj |
簡介 | Price Master |
檔案大小 | 40.41 KB |
安裝次數 | 45 |
目前版本 | 1.0.2 |
更新時間 | 2015-09-25 |
上架時間 | 2015-09-24 |
開發者 | https://www.pricemaster.co |
付費類型 | free |
擴展官網 | http://www.pricemaster.co/index.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Price Master", "short_name": "Price Master", "version": "1.0.2", "description": "Price Master", "icons": { "128": "icons\/icon128.png", "16": "icons\/button.png", "48": "icons\/icon48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "run_at": "document_end", "js": [ "main.js" ] } ], "homepage_url": "http:\/\/pricemaster.co.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "http:\/\/*\/*" ], "web_accessible_resources": [ "extension.js" ] } |