Bourbon

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

Qu'est-ce que Bourbon ?

Bourbon est une extension Chrome développée par Bourbon, et sa fonction principale est "This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online.…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bourbon

Téléchargez les fichiers d'extension Bourbon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Bourbon Bourbon
ID anmheclpjknmnlgkjjpmogmbmlohapic
URL Officiel https://chromewebstore.google.com/detail/bourbon/anmheclpjknmnlgkjjpmogmbmlohapic
Description This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online.…
Taille du Fichier 1.11 MB
Nombre d'Installations 56
Version Actuelle 0.2
Dernière Mise à Jour 2020-12-09
Date de Publication 2020-11-25
Évaluation 5.00/5 Total 10 Évaluations
Développeur Bourbon
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.joinbourbon.com
URL de la Page de Politique de Confidentialité https://drive.google.com/file/d/1XfsvRC28us3d3tZdh_lmuwPnZYexmig8/view?usp=sharing
Langues Prises en Charge 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'"
}