Lifetime Deal Alert for AppSumo & Dealify
Get notifications of new lifetime deals from AppSumo, Dealify.com and more + Exclusive Freebies!
O que é Lifetime Deal Alert for AppSumo & Dealify?
Lifetime Deal Alert for AppSumo & Dealify é uma extensão do Chrome desenvolvida por https://dealify.com, e sua principal característica é "Get notifications of new lifetime deals from AppSumo, Dealify.com and more + Exclusive Freebies!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Lifetime Deal Alert for AppSumo & Dealify
Baixe arquivos de extensão Lifetime Deal Alert for AppSumo & Dealify 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
Get notifications of new Lifetime Software Deals from AppSumo, Dealify, and more + Exclusive Freebies! ✓ Get instant notifications ✓ All popular software deals and discounts in one overview ✓ Dealify, AppSumo, FB groups and more ✓ Get access to exclusive pre-sales and freebies ✓ Made for marketers, growth hackers and founders
Informações Básicas da Extensão
Nome | Lifetime Deal Alert for AppSumo & Dealify |
ID | kbbachocflopihajoahdchlbjpdfdfkk |
URL Oficial | https://chromewebstore.google.com/detail/lifetime-deal-alert-for-a/kbbachocflopihajoahdchlbjpdfdfkk |
Descrição | Get notifications of new lifetime deals from AppSumo, Dealify.com and more + Exclusive Freebies! |
Tamanho do Arquivo | 178 KB |
Contagem de Instalações | 3,096 |
Versão Atual | 1.2.1.4 |
Última Atualização | 2021-04-19 |
Data de Publicação | 2020-03-25 |
Classificação | 4.38/5 Total de 8 Avaliações |
Desenvolvedor | https://dealify.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.dealify.com |
URL da Página de Ajuda | https://www.dealify.com/contact/ |
URL da Página de Política de Privacidade | https://www.dealify.io/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lifetime Deal Alert for AppSumo & Dealify", "description": "Get notifications of new lifetime deals from AppSumo, Dealify.com and more + Exclusive Freebies!", "background": { "page": "background.html" }, "default_locale": "en", "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "icons": { "128": "img\/icon-128.png", "16": "img\/icon-16.png", "48": "img\/icon-48.png" }, "manifest_version": 2, "options_page": "options.html", "permissions": [ "alarms", "notifications", "https:\/\/www.dealify.com\/*", "https:\/\/www.dealify.io\/*", "https:\/\/fetchrss.com\/*", "http:\/\/fetchrss.com\/*" ], "version": "1.2.1.4" } |