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 |
官方網址 | 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" } |