Bourbon

This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online.…

O que é Bourbon?

Bourbon é uma extensão do Chrome desenvolvida por Bourbon, e sua principal característica é "This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online.…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Bourbon

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

                        This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online. Just sit back relax and let Bourbon handle the rest.                    

Informações Básicas da Extensão

Nome Bourbon Bourbon
ID anmheclpjknmnlgkjjpmogmbmlohapic
URL Oficial https://chromewebstore.google.com/detail/bourbon/anmheclpjknmnlgkjjpmogmbmlohapic
Descrição This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online.…
Tamanho do Arquivo 1.11 MB
Contagem de Instalações 56
Versão Atual 0.2
Última Atualização 2020-12-09
Data de Publicação 2020-11-25
Classificação 5.00/5 Total de 10 Avaliações
Desenvolvedor Bourbon
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.joinbourbon.com
URL da Página de Política de Privacidade https://drive.google.com/file/d/1XfsvRC28us3d3tZdh_lmuwPnZYexmig8/view?usp=sharing
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bourbon",
    "manifest_version": 2,
    "version": "0.2",
    "icons": {
        "16": "images\/logo16.png",
        "128": "images\/logo128.png"
    },
    "browser_action": {
        "default_icon": "images\/logo128.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "pageCapture"
    ],
    "web_accessible_resources": [
        "assets\/close.svg",
        "assets\/congratulations.png",
        "assets\/delivery.png",
        "assets\/nice.png",
        "assets\/loading.gif",
        "assets\/reminder.png",
        "assets\/use-bourbon.png",
        "assets\/watermark.png",
        "assets\/fonts\/fonts.css",
        "assets\/fonts\/poppins\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/api.memberstack.io; object-src 'self'"
}