Bourbon

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

Cos'è Bourbon?

Bourbon è un'estensione di Chrome sviluppata da Bourbon, e la sua funzione principale è "This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online.…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bourbon

Scarica i file di estensione Bourbon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Bourbon Bourbon
ID anmheclpjknmnlgkjjpmogmbmlohapic
URL Ufficiale https://chromewebstore.google.com/detail/bourbon/anmheclpjknmnlgkjjpmogmbmlohapic
Descrizione This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online.…
Dimensione del File 1.11 MB
Conteggio Installazioni 56
Versione Corrente 0.2
Ultimo Aggiornamento 2020-12-09
Data di Pubblicazione 2020-11-25
Valutazione 5.00/5 Totale 10 Valutazioni
Sviluppatore Bourbon
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.joinbourbon.com
URL della Pagina della Politica sulla Privacy https://drive.google.com/file/d/1XfsvRC28us3d3tZdh_lmuwPnZYexmig8/view?usp=sharing
Lingue Supportate 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'"
}