ShopKrowd

Confused while shopping? With ShopKrowd, you can now get help from friends and people like you.

ShopKrowd란 무엇입니까?

ShopKrowd은(는) http://shopkrowd.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Confused while shopping? With ShopKrowd, you can now get help from friends and people like you."입니다.

확장 프로그램 스크린샷

screenshot

ShopKrowd 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        While you're confused during shopping on an online store and need a shopping assistant, just click on the extension to reach your personal shopping guide! Our taste based recommendation engine will bring popular similar products, brand and store trends among shoppers like you!

We currently support the online stores; Amazon, Apple, Asos, Barnes&Noble, Bestbuy, Biletix, Booking, Ebebek, Etsy, H&M, HepsiBurada, Ikea, Mango, Markafoni, Nastygal, Newegg, Nordstrom, Target, Trendyol, Urban Outfitters, Walgreens, Zappos and Zulily.

You may check the list of supported sites here: http://www.shopkrowd.com/Home/SupportedWebsites?v=4.6 This list is updated continuously.                    

확장 프로그램 기본 정보

이름 ShopKrowd ShopKrowd
ID khpeekicgeffopigciakgkpnpjjniklp
공식 URL https://chrome.google.com/webstore/detail/shopkrowd/khpeekicgeffopigciakgkpnpjjniklp
설명 Confused while shopping? With ShopKrowd, you can now get help from friends and people like you.
파일 크기 189 KB
설치 횟수 18
현재 버전 1.12
최근 업데이트 2013-08-02
출시 날짜 2013-08-02
평점 3.67/5 총 3 개의 평점
개발자 http://shopkrowd.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.shopkrowd.com
도움말 페이지 URL http://www.shopkrowd.com/Home/Support?mode=p20
지원되는 언어 en,en-GB,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "ShopKrowd"
    },
    "name": "ShopKrowd",
    "description": "Confused while shopping? With ShopKrowd, you can now get help from friends and people like you.",
    "homepage_url": "http:\/\/www.shopkrowd.com",
    "default_locale": "en",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "96": "icon-96.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "version": "1.12",
    "manifest_version": 2
}