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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
            ]
        }
    ]
}