Pricely

Set price alerts on your favorite shopping sites and get notified via email as soon as there's a price drop.

什么是Pricely?

Pricely是由https://pricely.app开发的Chrome扩展程序,该扩展的主要功能是“Set price alerts on your favorite shopping sites and get notified via email as soon as there's a price drop.”。

扩展截图

screenshot
screenshot
screenshot

下载Pricely扩展crx文件

下载Pricely扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        After installing the Pricely extension, you will see a blue Pricely icon in every product detail page on websites like zalando.ch, digitec.ch or homegate.ch. By clicking the icon you can enter your desired price for the product.

Once you save your price alert, our system will check the product price for the next 60 days and you will get an email any time the price of the product drops to your desired price.

If the price is good for you, you can use the link in the email and add the product to your shopping cart.

If it's on your list, you'll never miss a sale.                    

扩展基本信息

名称 Pricely Pricely
ID mnghobmdphconlpnmemodmmmcpoopecj
官方URL https://chromewebstore.google.com/detail/pricely/mnghobmdphconlpnmemodmmmcpoopecj
简介 Set price alerts on your favorite shopping sites and get notified via email as soon as there's a price drop.
文件大小 428 KB
安装次数 2,591
当前版本 1.12.2
更新时间 2022-03-02
上架时间 2020-11-18
评分 4.60/5 共5次评分
开发者 https://pricely.app
电子邮箱 [email protected]
付费类型 free
扩展官网 https://pricely.app
隐私政策页面URL https://pricely.app/privacy
支持的语言 de,en,fr,it,lt,pl,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pricely",
    "version": "1.12.2",
    "description": "__MSG_manifest_description__",
    "default_locale": "en",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_popup": "frontend\/index.html#\/popup?lang=__MSG_@@ui_locale__"
    },
    "web_accessible_resources": [
        "frontend\/*"
    ]
}