Lifetime Deal Alert for AppSumo & Dealify
Get notifications of new lifetime deals from AppSumo, Dealify.com and more + Exclusive Freebies!
Was ist Lifetime Deal Alert for AppSumo & Dealify?
Lifetime Deal Alert for AppSumo & Dealify ist eine Chrome-Erweiterung, die von https://dealify.com entwickelt wurde, und ihr Hauptmerkmal ist "Get notifications of new lifetime deals from AppSumo, Dealify.com and more + Exclusive Freebies!".
Erweiterungsscreenshots
Lifetime Deal Alert for AppSumo & Dealify-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lifetime Deal Alert for AppSumo & Dealify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kbbachocflopihajoahdchlbjpdfdfkk |
| Offizielle URL | https://chromewebstore.google.com/detail/lifetime-deal-alert-for-a/kbbachocflopihajoahdchlbjpdfdfkk |
| Beschreibung | Get notifications of new lifetime deals from AppSumo, Dealify.com and more + Exclusive Freebies! |
| Dateigröße | 178 KB |
| Installationsanzahl | 3,096 |
| Aktuelle Version | 1.2.1.4 |
| Letztes Update | 2021-04-19 |
| Veröffentlichungsdatum | 2020-03-25 |
| Bewertung | 4.38/5 Insgesamt 8 Bewertungen |
| Entwickler | https://dealify.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.dealify.com |
| Hilfeseite URL | https://www.dealify.com/contact/ |
| URL der Datenschutzrichtlinien-Seite | https://www.dealify.io/privacy-policy |
| Unterstützte Sprachen | 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"
} | |