Pricely
Set price alerts on your favorite shopping sites and get notified via email as soon as there's a price drop.
Что такое Pricely?
Pricely - это расширение Chrome, разработанное https://pricely.app, и его основная функция - "Set price alerts on your favorite shopping sites and get notified via email as soon as there's a price drop.".
Снимки экрана расширения
Скачать файл CRX расширения Pricely
Скачайте файлы расширений 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.
Основная информация о расширении
Название | |
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\/*" ] } |