Bourbon
This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online.…
Bourbonとは何ですか?
BourbonはBourbonによって開発されたChromeの拡張機能で、その主な機能は「This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online.…」です。
拡張機能のスクリーンショット
Bourbon拡張機能のCRXファイルをダウンロード
Bourbon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Bourbon |
ID | anmheclpjknmnlgkjjpmogmbmlohapic |
公式URL | https://chromewebstore.google.com/detail/bourbon/anmheclpjknmnlgkjjpmogmbmlohapic |
説明 | This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online.… |
ファイルサイズ | 1.11 MB |
インストール数 | 56 |
現在のバージョン | 0.2 |
最終更新日 | 2020-12-09 |
公開日 | 2020-11-25 |
評価 | 5.00/5 合計 10 レビュー |
開発者 | Bourbon |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.joinbourbon.com |
プライバシーポリシーページのURL | https://drive.google.com/file/d/1XfsvRC28us3d3tZdh_lmuwPnZYexmig8/view?usp=sharing |
対応言語 | 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'" } |