Lifetime Deal Alert for AppSumo & Dealify
Get notifications of new lifetime deals from AppSumo, Dealify.com and more + Exclusive Freebies!
Hvad er Lifetime Deal Alert for AppSumo & Dealify?
Lifetime Deal Alert for AppSumo & Dealify er en Chrome-udvidelse udviklet af https://dealify.com, og dens hovedfunktion er "Get notifications of new lifetime deals from AppSumo, Dealify.com and more + Exclusive Freebies!".
Udvidelsesskærmbilleder
Download Lifetime Deal Alert for AppSumo & Dealify-udvidelses-CRX-fil
Download Lifetime Deal Alert for AppSumo & Dealify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Lifetime Deal Alert for AppSumo & Dealify |
ID | kbbachocflopihajoahdchlbjpdfdfkk |
Officiel URL | https://chromewebstore.google.com/detail/lifetime-deal-alert-for-a/kbbachocflopihajoahdchlbjpdfdfkk |
Beskrivelse | Get notifications of new lifetime deals from AppSumo, Dealify.com and more + Exclusive Freebies! |
Filstørrelse | 178 KB |
Antal Installationer | 3,096 |
Nuværende Version | 1.2.1.4 |
Senest Opdateret | 2021-04-19 |
Udgivelsesdato | 2020-03-25 |
Bedømmelse | 4.38/5 Samlet 8 Bedømmelser |
Udvikler | https://dealify.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.dealify.com |
Hjælpeside-URL | https://www.dealify.com/contact/ |
URL til Fortrolighedspolitik Side | https://www.dealify.io/privacy-policy |
Understøttede Sprog | 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" } |