Shoplink

It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time.

Shoplinkคืออะไร?

Shoplink เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BookmarkCorp และคุณลักษณะหลักของมันคือ "It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Shoplink ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time. It works with online retailers as well as brick and mortar stores. This allows you to get instant feedback and reviews as well as being confident you are getting the best deal. 
It also allows you to instantly compare prices from different online retailers without changing your normal shopping experience.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Shoplink Shoplink
ID mcpjbjaabmjflecfdcalngicpgjcfafi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/shoplink/mcpjbjaabmjflecfdcalngicpgjcfafi
คำอธิบาย It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time.
ขนาดไฟล์ 934 KB
จำนวนการติดตั้ง 39
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2014-12-03
วันที่เผยแพร่ 2014-12-02
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา BookmarkCorp
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shoplink",
    "description": "It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time.",
    "version": "1.1.0",
    "manifest_version": 2,
    "web_accessible_resources": [
        "img\/*"
    ],
    "icons": {
        "16": "Shoplink-logo-16.png",
        "48": "Shoplink-logo-48.png",
        "128": "Shoplink-logo-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "http:\/\/www.amazon.com\/*",
        "http:\/\/www.ebay.com\/*",
        "http:\/\/www.offerna.com\/*",
        "http:\/\/*.souq.com\/*",
        "http:\/\/www.nefsak.com\/*",
        "https:\/\/www.etsy.com\/*",
        "http:\/\/www.bestbuy.com\/*",
        "http:\/\/www.staples.com\/*",
        "http:\/\/www.walmart.com\/*",
        "http:\/\/shoplink.talkcloud.me\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/www.amazon.com\/*",
                "http:\/\/www.ebay.com\/*",
                "http:\/\/www.offerna.com\/*",
                "http:\/\/*.souq.com\/*",
                "http:\/\/www.nefsak.com\/*",
                "https:\/\/www.etsy.com\/*",
                "http:\/\/www.bestbuy.com\/*",
                "http:\/\/www.staples.com\/*",
                "http:\/\/www.walmart.com\/*"
            ]
        }
    ]
}