Referboard Button

Refer the products you love!

Referboard Button là gì?

Referboard Button là một tiện ích mở rộng Chrome được phát triển bởi https://www.referboard.com, và tính năng chính của nó là "Refer the products you love!".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Referboard Button 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

                        Start filling your Referboard with any product you find online. Simply click the Referboard button on the page of a product you want to add.

Easily keep your shop user friendly by organising the products within the extension popup.                    

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

Tên Referboard Button Referboard Button
ID conkkfoffoimeocmjblceofdfgbpfcjn
URL Chính Thức https://chromewebstore.google.com/detail/referboard-button/conkkfoffoimeocmjblceofdfgbpfcjn
Mô tả Refer the products you love!
Kích Thước Tệp 186 KB
Số Lần Cài Đặt 129
Phiên Bản Hiện Tại 0.2.6.9
Cập Nhật Lần Cuối 2017-01-31
Ngày Phát Hành 2017-01-30
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.referboard.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Referboard Button",
    "description": "Refer the products you love!",
    "version": "0.2.6.9",
    "author": "Smion Li([email protected])",
    "icons": {
        "16": "asset\/16.png",
        "128": "asset\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "asset\/19-not_available.png",
            "38": "asset\/38-not_available.png"
        },
        "default_title": "Refer This",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "*:\/\/*.referboard.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.referboard.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "asset\/jquery-2.2.2.min.js",
            "asset\/pouchdb-5.3.1.min.js",
            "asset\/underscore-min.js",
            "background\/db.js",
            "background\/background.js"
        ]
    }
}