Lifetime Deal Alert for AppSumo & Dealify
Get notifications of new lifetime deals from AppSumo, Dealify.com and more + Exclusive Freebies!
Vad är Lifetime Deal Alert for AppSumo & Dealify?
Lifetime Deal Alert for AppSumo & Dealify är en Chrome-tillägg utvecklad av https://dealify.com, och dess huvudfunktion är "Get notifications of new lifetime deals from AppSumo, Dealify.com and more + Exclusive Freebies!".
Tilläggsskärmbilder
Ladda ner Lifetime Deal Alert for AppSumo & Dealify-förlängningens CRX-fil
Ladda ner Lifetime Deal Alert for AppSumo & Dealify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | kbbachocflopihajoahdchlbjpdfdfkk |
| Officiell webbadress | https://chromewebstore.google.com/detail/lifetime-deal-alert-for-a/kbbachocflopihajoahdchlbjpdfdfkk |
| Beskrivning | Get notifications of new lifetime deals from AppSumo, Dealify.com and more + Exclusive Freebies! |
| Filstorlek | 178 KB |
| Antal Installationer | 3,096 |
| Aktuell Version | 1.2.1.4 |
| Senast Uppdaterad | 2021-04-19 |
| Publiceringsdatum | 2020-03-25 |
| Betyg | 4.38/5 Totalt 8 Betyg |
| Utvecklare | https://dealify.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.dealify.com |
| Hjälpsida URL | https://www.dealify.com/contact/ |
| URL till Sekretesspolicy Sidan | https://www.dealify.io/privacy-policy |
| Stödda Språk | 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"
} | |