Sellerpick Product Data Collector
셀러픽 상품 데이터 수집기
What is Sellerpick Product Data Collector?
Sellerpick Product Data Collector is a Chrome extension developed by SELLERPICK, and its main feature is "셀러픽 상품 데이터 수집기".
Extension Screenshots
Download Sellerpick Product Data Collector Extension CRX File
Download Sellerpick Product Data Collector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
셀러픽 제품 데이터베이스 업데이트를 위해 마켓플레이스에서 검색하는 동안 제품에 대한 데이터를 우선 수집하여 실제 데이터와 비교하 분석하는데 도움이 됩니다. 확장 프로그램은 백그라운드에서 작동하고 제품 페이지를 오픈 했을때 해당 상품 정보를 데이터 서버로 전송하여 통합 데이터베이스에 추가 합니다. 확장 수집된 데이터는 정확한 상품 정보를 비교하는데 사용 됩니다. 상품을 검색한 시점의 상품데이터, 옵션데이터, 옵션재고 및 할인 정보들을 비교하여 정확한 상품 데이터를 만드는데 목적이 있습니다.
Extension Basic Information
Name | Sellerpick Product Data Collector |
ID | fgclmmolhcjmhlljechafjaoholecoek |
Official URL | https://chromewebstore.google.com/detail/sellerpick-product-data-c/fgclmmolhcjmhlljechafjaoholecoek |
Description | 셀러픽 상품 데이터 수집기 |
File Size | 85.33 KB |
Installation Count | 4,218 |
Current Version | 2.0.15.1 |
Last Updated | 2024-01-24 |
Publish Date | 2022-03-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | SELLERPICK |
[email protected] | |
Payment Type | free |
Extension Website | http://sellerpick.co.kr |
Privacy Policy Page URL | https://www.sellerpick.co.kr/manual/privacy.php |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sellerpick Product Data Collector", "description": "\uc140\ub7ec\ud53d \uc0c1\ud488 \ub370\uc774\ud130 \uc218\uc9d1\uae30", "version": "2.0.15.1", "manifest_version": 3, "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage", "activeTab", "scripting", "tabs" ], "host_permissions": [ "*:\/\/*.1688.com\/*", "*:\/\/*.tmall.com\/*", "*:\/\/*.tmall.hk\/*", "*:\/\/chaoshi.detail.tmall.com\/*", "*:\/\/*.taobao.com\/*", "*:\/\/*.pc-sellerpick.shop\/*", "*:\/\/*.sellerpick.shop\/*", "*:\/\/*.smilekeep.co.kr\/*", "*:\/\/*.aliexpress.com\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.vvic.com\/*", "https:\/\/sell.smartstore.naver.com\/*" ], "action": { "default_popup": "index.html", "default_icon": { "16": "\/img\/sellerpick_16x16.png", "32": "\/img\/sellerpick_32x32.png", "48": "\/img\/sellerpick_48x48.png", "128": "\/img\/sellerpick_128x128.png" } }, "icons": { "16": "\/img\/sellerpick_16x16.png", "32": "\/img\/sellerpick_32x32.png", "48": "\/img\/sellerpick_48x48.png", "128": "\/img\/sellerpick_128x128.png" }, "web_accessible_resources": [ { "resources": [ "\/img\/check.png", "\/img\/ico_scrapImg.png", "\/js\/*.js" ], "matches": [ "*:\/\/*.pc-sellerpick.shop\/*", "*:\/\/*.sellerpick.shop\/*", "*:\/\/*.smilekeep.co.kr\/*", "*:\/\/*.1688.com\/*", "*:\/\/*.tmall.com\/*", "*:\/\/*.tmall.hk\/*", "*:\/\/chaoshi.detail.tmall.com\/*", "*:\/\/*.taobao.com\/*", "*:\/\/*.aliexpress.com\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.vvic.com\/*", "https:\/\/sell.smartstore.naver.com\/*" ] } ], "content_scripts": [ { "matches": [ "*:\/\/*.taobao.com\/*", "*:\/\/*.tmall.com\/*", "*:\/\/*.tmall.hk\/*", "*:\/\/*.1688.com\/*" ], "js": [ "\/js\/jquery.min.js", "\/js\/content-script.js" ], "css": [ "\/css\/content.css" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.pc-sellerpick.shop\/shopAdmin\/*", "*:\/\/*.sellerpick.shop\/shopAdmin\/*" ], "js": [ "\/js\/jquery.min.js", "\/js\/content_sellerpick_upload.js", "\/js\/content-script.js" ], "all_frames": true }, { "matches": [ "https:\/\/sell.smartstore.naver.com\/*" ], "js": [ "\/js\/jquery.min.js", "\/js\/content_smartstore.js" ] } ] } |