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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" } |