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文件

下载Get the Best Software Deals Daily | Save $$$扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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