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!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Lifetime Deal Alert for AppSumo & Dealify 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
}