Pricely
Set price alerts on your favorite shopping sites and get notified via email as soon as there's a price drop.
O que é Pricely?
Pricely é uma extensão do Chrome desenvolvida por https://pricely.app, e sua principal característica é "Set price alerts on your favorite shopping sites and get notified via email as soon as there's a price drop.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pricely
Baixe arquivos de extensão Pricely no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | mnghobmdphconlpnmemodmmmcpoopecj |
URL Oficial | https://chromewebstore.google.com/detail/pricely/mnghobmdphconlpnmemodmmmcpoopecj |
Descrição | Set price alerts on your favorite shopping sites and get notified via email as soon as there's a price drop. |
Tamanho do Arquivo | 428 KB |
Contagem de Instalações | 2,591 |
Versão Atual | 1.12.2 |
Última Atualização | 2022-03-02 |
Data de Publicação | 2020-11-18 |
Classificação | 4.60/5 Total de 5 Avaliações |
Desenvolvedor | https://pricely.app |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://pricely.app |
URL da Página de Política de Privacidade | https://pricely.app/privacy |
Idiomas Suportados | 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\/*" ] } |