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
Eメール [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\/*"
    ]
}