Bourbon
This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online.…
Co to jest Bourbon?
Bourbon to rozszerzenie Chrome opracowane przez Bourbon, a jego główną funkcją jest „This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online.…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bourbon
Pobierz pliki rozszerzeń Bourbon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Bourbon |
ID | anmheclpjknmnlgkjjpmogmbmlohapic |
Oficjalny URL | https://chromewebstore.google.com/detail/bourbon/anmheclpjknmnlgkjjpmogmbmlohapic |
Opis | This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online.… |
Rozmiar pliku | 1.11 MB |
Liczba instalacji | 56 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2020-12-09 |
Data Publikacji | 2020-11-25 |
Ocena | 5.00/5 Łącznie 10 Oceny |
Deweloper | Bourbon |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.joinbourbon.com |
Adres URL Strony Polityki Prywatności | https://drive.google.com/file/d/1XfsvRC28us3d3tZdh_lmuwPnZYexmig8/view?usp=sharing |
Obsługiwane Języki | 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'" } |