Referboard Button

Refer the products you love!

Referboard Buttonคืออะไร?

Referboard Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.referboard.com และคุณลักษณะหลักของมันคือ "Refer the products you love!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Referboard Button

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        ]
    }
}