DealnLoot Alerts

Now Never Pay Full

O que é DealnLoot Alerts?

DealnLoot Alerts é uma extensão do Chrome desenvolvida por https://www.dealnloot.com, e sua principal característica é "Now Never Pay Full".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão DealnLoot Alerts

Baixe arquivos de extensão DealnLoot Alerts 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

                        Get the best online shopping deals, coupons, freebies, discounts, giveaways and much more at few clicks !!

Dealnloot.com is an online shopping deals provider which hunts the best bargains from the online e-commerce world and brings it for you so that you save money and time. You will get discount coupons, cashback offers, freebies, contests etc on dealnloot. With dealnloot, you probably never will pay full and with our chrome extension, it becomes even easier to save...

Features of Dealnloot Alerts Chrome Extension -

>> Shows you number of deals you have not seen as of now - Gone for a outing or for an important work. Well when you come back to your chrome browser on your laptop or PC, extension will give you a number of deals that have been posted after you went away.

>> Gives you an alert in bottom right of your google chrome browser whenever a new deal is posted on dealnloot - Keep doing your important work on chrome. A new deal posted on our website - You get a notification every time :)

>> On one click, you will see latest 10 posts - The power feature of this extension is that with one click on extension icon, you will be able to see the latest 10 deals or loots posted on our website.

>> Search Button to find any deal - Well we believe Old is Gold. Looking for some old deal. Search it in search box box of extension especially for this purpose

>> Inclusion of links and buttons to subscribe to our other alert systems - Just click on the extension and at bottom just after the 10th post, you would see social sharing buttons where you can like us and follow on facebook and twitter. Also with single clicks, you can subscribe to whatsapp alerts, push alerts, e-mail alerts etc.                    

Informações Básicas da Extensão

Nome DealnLoot Alerts DealnLoot Alerts
ID alkjbpkcaigcnejjidgcfcaahcelokbn
URL Oficial https://chromewebstore.google.com/detail/dealnloot-alerts/alkjbpkcaigcnejjidgcfcaahcelokbn
Descrição Now Never Pay Full
Tamanho do Arquivo 114 KB
Contagem de Instalações 117
Versão Atual 1.1
Última Atualização 2015-10-04
Data de Publicação 2015-10-04
Classificação 4.78/5 Total de 18 Avaliações
Desenvolvedor https://www.dealnloot.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "32": "icon.png",
            "48": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "DealnLoot Alerts"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Now Never Pay Full",
    "icons": {
        "32": "icon.png",
        "48": "icon38.png",
        "128": "icon80.png"
    },
    "manifest_version": 2,
    "name": "DealnLoot Alerts",
    "version": "1.1",
    "background": {
        "persistent": true,
        "scripts": [
            "config.js",
            "libs\/jquery.js",
            "background\/index.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "notifications",
        "storage"
    ]
}