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是由https://dealify.com开发的Chrome扩展程序,该扩展的主要功能是“Get notifications of new lifetime deals from AppSumo, Dealify.com and more + Exclusive Freebies!”。
扩展截图
下载Lifetime Deal Alert for AppSumo & Dealify扩展crx文件
下载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
扩展基本信息
名称 | Lifetime Deal Alert for AppSumo & Dealify |
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" } |