Lifetime Deal Alert for AppSumo & Dealify
Get notifications of new lifetime deals from AppSumo, Dealify.com and more + Exclusive Freebies!
Что такое Lifetime Deal Alert for AppSumo & Dealify?
Lifetime Deal Alert for AppSumo & Dealify - это расширение Chrome, разработанное https://dealify.com, и его основная функция - "Get notifications of new lifetime deals from AppSumo, Dealify.com and more + Exclusive Freebies!".
Снимки экрана расширения
Скачать файл CRX расширения Lifetime Deal Alert for AppSumo & Dealify
Скачайте файлы расширений Lifetime Deal Alert for AppSumo & Dealify в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | kbbachocflopihajoahdchlbjpdfdfkk |
| Официальный URL | https://chromewebstore.google.com/detail/lifetime-deal-alert-for-a/kbbachocflopihajoahdchlbjpdfdfkk |
| Описание | Get notifications of new lifetime deals from AppSumo, Dealify.com and more + Exclusive Freebies! |
| Размер файла | 178 KB |
| Количество установок | 3,096 |
| Текущая Версия | 1.2.1.4 |
| Последнее Обновление | 2021-04-19 |
| Дата публикации | 2020-03-25 |
| Рейтинг | 4.38/5 Всего 8 оценок |
| Разработчик | https://dealify.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://www.dealify.com |
| URL страницы помощи | https://www.dealify.com/contact/ |
| URL страницы политики конфиденциальности | https://www.dealify.io/privacy-policy |
| Поддерживаемые языки | 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"
} | |