Referboard Button

Refer the products you love!

Referboard Buttonとは何ですか?

Referboard Buttonはhttps://www.referboard.comによって開発されたChromeの拡張機能で、その主な機能は「Refer the products you love!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Referboard Button拡張機能のCRXファイルをダウンロード

Referboard Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Referboard Button Referboard Button
ID conkkfoffoimeocmjblceofdfgbpfcjn
公式URL https://chromewebstore.google.com/detail/referboard-button/conkkfoffoimeocmjblceofdfgbpfcjn
説明 Refer the products you love!
ファイルサイズ 186 KB
インストール数 129
現在のバージョン 0.2.6.9
最終更新日 2017-01-31
公開日 2017-01-30
評価 5.00/5 合計 2 レビュー
開発者 https://www.referboard.com
支払い方法 free
対応言語 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"
        ]
    }
}