Pricely

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

Qu'est-ce que Pricely ?

Pricely est une extension Chrome développée par https://pricely.app, et sa fonction principale est "Set price alerts on your favorite shopping sites and get notified via email as soon as there's a price drop.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Pricely

Téléchargez les fichiers d'extension Pricely au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Pricely Pricely
ID mnghobmdphconlpnmemodmmmcpoopecj
URL Officiel https://chromewebstore.google.com/detail/pricely/mnghobmdphconlpnmemodmmmcpoopecj
Description Set price alerts on your favorite shopping sites and get notified via email as soon as there's a price drop.
Taille du Fichier 428 KB
Nombre d'Installations 2,591
Version Actuelle 1.12.2
Dernière Mise à Jour 2022-03-02
Date de Publication 2020-11-18
Évaluation 4.60/5 Total 5 Évaluations
Développeur https://pricely.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pricely.app
URL de la Page de Politique de Confidentialité https://pricely.app/privacy
Langues Prises en Charge 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\/*"
    ]
}