Price Tracker for Digitec|Galaxus
Adds functionality to Digitec|Galaxus to rememeber a product and check it's prise changes each time you visit the main page.
什麼是Price Tracker for Digitec|Galaxus?
Price Tracker for Digitec|Galaxus是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Adds functionality to Digitec|Galaxus to rememeber a product and check it's prise changes each time you visit the main page.”。
擴展截圖
下載Price Tracker for Digitec|Galaxus擴展crx文件
下載Price Tracker for Digitec|Galaxus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This addon adds a button to each product page of digitec or galaxus to watch the price of the product. The remembered products are shown on the main page of digitec or galaxus. The price of the products get checked everytime the users visits the main page of digitec or galaxus. All checks are done locally in the browser while visiting digitec or galaxus.
擴展基本資訊
名稱 | Price Tracker for Digitec|Galaxus |
ID | ilhhljacamnebnalecjlenfgfeigihnc |
官方網址 | https://chromewebstore.google.com/detail/price-tracker-for-digitec/ilhhljacamnebnalecjlenfgfeigihnc |
簡介 | Adds functionality to Digitec|Galaxus to rememeber a product and check it's prise changes each time you visit the main page. |
檔案大小 | 6.59 KB |
安裝次數 | 29 |
目前版本 | 1.0 |
更新時間 | 2019-01-13 |
上架時間 | 2019-01-13 |
評分 | 1.00/5 共 1 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Price Tracker for Digitec|Galaxus", "version": "1.0", "description": "Adds functionality to Digitec|Galaxus to rememeber a product and check it's prise changes each time you visit the main page.", "icons": { "48": "48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.digitec.ch\/*" ], "js": [ "check.js" ] }, { "matches": [ "*:\/\/*.galaxus.ch\/*" ], "js": [ "check.js" ] } ], "permissions": [], "background": { "scripts": [] }, "browser_action": { "default_icon": { "48": "48.png" }, "default_title": "Price Tracker for Digitec|Galaxus" } } |