Get the Best Software Deals Daily | Save $$$

Get notifications of Launch Space deals

O que é Get the Best Software Deals Daily | Save $$$?

Get the Best Software Deals Daily | Save $$$ é uma extensão do Chrome desenvolvida por https://launchspace.net, e sua principal característica é "Get notifications of Launch Space deals".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Get the Best Software Deals Daily | Save $$$

Baixe arquivos de extensão Get the Best Software Deals Daily | Save $$$ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Get the Best Software Deals Daily | Save $$$ Get the Best Software Deals Daily | Save $$$
ID kjcjncdblilghnemipneocbepbpgdfff
URL Oficial https://chromewebstore.google.com/detail/get-the-best-software-dea/kjcjncdblilghnemipneocbepbpgdfff
Descrição Get notifications of Launch Space deals
Tamanho do Arquivo 775 KB
Contagem de Instalações 180
Versão Atual 0.0.2.2
Última Atualização 2020-03-09
Data de Publicação 2020-03-09
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://launchspace.net
Tipo de Pagamento free
Site da Extensão https://launchspace.net
Idiomas Suportados 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"
}