Get the Best Software Deals Daily | Save $$$

Get notifications of Launch Space deals

Get the Best Software Deals Daily | Save $$$란 무엇입니까?

Get the Best Software Deals Daily | Save $$$은(는) https://launchspace.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get notifications of Launch Space deals"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Get the Best Software Deals Daily | Save $$$ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        If you love saving money, growing your business and getting access to the best lifetime software deals (Drum Roll)... You’re going to love ❤️ Deals 🚀 The extension does two things:

✓  Notifies you when there is a discount or lifetime deal available on the website you are visiting.
✓  Gives you an instant notification when an interesting lifetime software deal is launched from your favourite online deal sites like AppSumo, StackSocial, and more.

In short Deals will save you money on software you want for your business.

👇Click the link below to download the Chrome extension                    

확장 프로그램 기본 정보

이름 Get the Best Software Deals Daily | Save $$$ Get the Best Software Deals Daily | Save $$$
ID kjcjncdblilghnemipneocbepbpgdfff
공식 URL https://chromewebstore.google.com/detail/get-the-best-software-dea/kjcjncdblilghnemipneocbepbpgdfff
설명 Get notifications of Launch Space deals
파일 크기 775 KB
설치 횟수 180
현재 버전 0.0.2.2
최근 업데이트 2020-03-09
출시 날짜 2020-03-09
평점 5.00/5 총 2 개의 평점
개발자 https://launchspace.net
결제 유형 free
확장 프로그램 웹 사이트 https://launchspace.net
지원되는 언어 en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "independent.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "Get notifications of Launch Space deals",
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "Get the Best Software Deals Daily | Save $$$",
    "options_page": "options.html",
    "permissions": [
        "alarms",
        "notifications",
        "tabs",
        "activeTab",
        "http:\/\/feed.launchspace.net\/feed\/*",
        "https:\/\/use.fontawesome.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2.2"
}