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 |
公式URL | 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" } } |