Bourbon

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

Wat is Bourbon?

Bourbon is een Chrome-extensie ontwikkeld door Bourbon, en de belangrijkste functie is "This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online.…".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Bourbon

Download Bourbon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Bourbon Bourbon
ID anmheclpjknmnlgkjjpmogmbmlohapic
Officiële URL https://chromewebstore.google.com/detail/bourbon/anmheclpjknmnlgkjjpmogmbmlohapic
Beschrijving This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online.…
Bestandsgrootte 1.11 MB
Aantal Installaties 56
Huidige Versie 0.2
Laatst Bijgewerkt 2020-12-09
Publicatiedatum 2020-11-25
Beoordeling 5.00/5 Totaal 10 Beoordelingen
Ontwikkelaar Bourbon
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.joinbourbon.com
URL van de Privacybeleid Pagina https://drive.google.com/file/d/1XfsvRC28us3d3tZdh_lmuwPnZYexmig8/view?usp=sharing
Ondersteunde Talen 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'"
}