Shoplink

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

什麼是Shoplink?

Shoplink是由BookmarkCorp開發的Chrome擴展程式,該擴展的主要功能是“It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time.”。

擴展截圖

screenshot
screenshot
screenshot

下載Shoplink擴展crx文件

下載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
官方網址 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\/*"
            ]
        }
    ]
}