Lifetime Deal Alert for AppSumo & Dealify
Get notifications of new lifetime deals from AppSumo, Dealify.com and more + Exclusive Freebies!
Co to jest Lifetime Deal Alert for AppSumo & Dealify?
Lifetime Deal Alert for AppSumo & Dealify to rozszerzenie Chrome opracowane przez https://dealify.com, a jego główną funkcją jest „Get notifications of new lifetime deals from AppSumo, Dealify.com and more + Exclusive Freebies!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Lifetime Deal Alert for AppSumo & Dealify
Pobierz pliki rozszerzeń Lifetime Deal Alert for AppSumo & Dealify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kbbachocflopihajoahdchlbjpdfdfkk |
| Oficjalny URL | https://chromewebstore.google.com/detail/lifetime-deal-alert-for-a/kbbachocflopihajoahdchlbjpdfdfkk |
| Opis | Get notifications of new lifetime deals from AppSumo, Dealify.com and more + Exclusive Freebies! |
| Rozmiar pliku | 178 KB |
| Liczba instalacji | 3,096 |
| Aktualna Wersja | 1.2.1.4 |
| Ostatnia Aktualizacja | 2021-04-19 |
| Data Publikacji | 2020-03-25 |
| Ocena | 4.38/5 Łącznie 8 Oceny |
| Deweloper | https://dealify.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.dealify.com |
| Adres URL Strony Pomocy | https://www.dealify.com/contact/ |
| Adres URL Strony Polityki Prywatności | https://www.dealify.io/privacy-policy |
| Obsługiwane Języki | 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"
} | |