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.”。

扩展截图

screenshot

下载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 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"
    }
}