Referboard Button
Refer the products you love!
什麼是Referboard Button?
Referboard Button是由https://www.referboard.com開發的Chrome擴展程式,該擴展的主要功能是“Refer the products you love!”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | conkkfoffoimeocmjblceofdfgbpfcjn |
| 官方網址 | 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"
]
}
} | |