Aqui tem pontos Livelo!

Olá, você na Livelo para Chrome. Acumular pontos Livelo ficou ainda mais fácil! Vamos começar?

What is Aqui tem pontos Livelo!?

Aqui tem pontos Livelo! is a Chrome extension developed by Livelo, and its main feature is "Olá, você na Livelo para Chrome. Acumular pontos Livelo ficou ainda mais fácil! Vamos começar?".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Aqui tem pontos Livelo! Extension CRX File

Download Aqui tem pontos Livelo! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Aqui tem pontos Livelo!

Ganhe pontos Livelo nas compras online nos principais sites de compras do Brasil

Veja como funciona:

Com o Aqui tem pontos Livelo! no seu navegador, você nunca vai esquecer que pode ganhar pontos Livelo, pois receberá uma notificação assim que acessar um site parceiro da Livelo! Depois é só utilizar seus pontos para resgatar sua recompensa!                    

Extension Basic Information

Name Aqui tem pontos Livelo! Aqui tem pontos Livelo!
ID acdpmmdcopboeimeaokoadbinndnmaep
Official URL https://chromewebstore.google.com/detail/aqui-tem-pontos-livelo/acdpmmdcopboeimeaokoadbinndnmaep
Description Olá, você na Livelo para Chrome. Acumular pontos Livelo ficou ainda mais fácil! Vamos começar?
File Size 308 KB
Installation Count 250,720
Current Version 0.2.2
Last Updated 2023-09-06
Publish Date 2020-01-02
Rating 1.94/5 Total 78 Ratings
Developer Livelo
Email [email protected]
Payment Type free
Extension Website https://www.livelo.com.br/ganhe-pontos-aqui-tem-pontos-livelo
Help Page URL https://www.livelo.com.br/ganhe-pontos-aqui-tem-pontos-livelo
Privacy Policy Page URL https://www.livelo.com.br/politica-de-privacidade
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.2.2",
    "name": "Aqui tem pontos Livelo!",
    "description": "Ol\u00e1, voc\u00ea na Livelo para Chrome. Acumular pontos Livelo ficou ainda mais f\u00e1cil! Vamos come\u00e7ar?",
    "icons": {
        "16": "img\/livelo16.png",
        "48": "img\/livelo48.png",
        "64": "img\/livelo64.png",
        "128": "img\/livelo128.png"
    },
    "author": "Livelo",
    "browser_action": {
        "default_title": "Aqui tem pontos Livelo!",
        "default_popup": "default.html",
        "default_icon": "img\/livelo-off.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com\/; object-src 'self'",
    "permissions": [
        "tabs",
        "notifications",
        "cookies",
        "storage",
        "https:\/\/static.pontoslivelo.com.br\/content\/img\/extensao\/json\/*.*",
        "https:\/\/static.pontoslivelo.com.br\/content\/img\/extensao\/promocao\/*.*",
        "https:\/\/apis.pontoslivelo.com.br\/configurations\/v1\/parities-plugin",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/service.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "https:\/\/static.pontoslivelo.com.br\/content\/img\/extensao\/json\/parceiros_banners.json",
        "https:\/\/apis.pontoslivelo.com.br\/configurations\/v1\/parities-plugin",
        "https:\/\/www.google-analytics.com",
        "https:\/\/www.googletagmanager.com\/*.*",
        "img\/*.*",
        "fonts\/*.*"
    ]
}