Bourbon

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

Bourbon là gì?

Bourbon là một tiện ích mở rộng Chrome được phát triển bởi Bourbon, và tính năng chính của nó là "This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online.…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bourbon

Tải xuống các tệp mở rộng Bourbon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bourbon Bourbon
ID anmheclpjknmnlgkjjpmogmbmlohapic
URL Chính Thức https://chromewebstore.google.com/detail/bourbon/anmheclpjknmnlgkjjpmogmbmlohapic
Mô tả This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online.…
Kích Thước Tệp 1.11 MB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2020-12-09
Ngày Phát Hành 2020-11-25
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Bourbon
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.joinbourbon.com
URL Trang Chính Sách Bảo Mật https://drive.google.com/file/d/1XfsvRC28us3d3tZdh_lmuwPnZYexmig8/view?usp=sharing
Ngôn Ngữ Được Hỗ Trợ 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'"
}