스마트셀러 2.0
스마트셀러 해외상품 대량 수집 프로그램
스마트셀러 2.0란 무엇입니까?
스마트셀러 2.0은(는) https://smtseller.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "스마트셀러 해외상품 대량 수집 프로그램"입니다.
확장 프로그램 스크린샷
스마트셀러 2.0 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
스마트셀러 구매대행 해외상품 수집 프로그램! 카테고리 제한없이 다양한 해외국가 상품들을 One-Click으로 무료로 수집! 수집된 상품은 스마트셀러에서 빠르고 간편하게 한국어로 번역 후 국내 9개 오픈마켓에 한번에 상품등록 할 수 있습니다. 최신 기능들이 모여있는 스마트셀러! 누구나 쉽게하는 해외구매대행 사업! 지금 바로 체험해보세요! 📍 스마트셀러 바로가기 : https://smtseller.net 📚 스마트셀러 가이드 : https://bit.ly/guide_smtseller
확장 프로그램 기본 정보
이름 | 스마트셀러 2.0 |
ID | mkcgojcfpeoachboaginbhmchbchhpna |
공식 URL | https://chromewebstore.google.com/detail/%EC%8A%A4%EB%A7%88%ED%8A%B8%EC%85%80%EB%9F%AC-20/mkcgojcfpeoachboaginbhmchbchhpna |
설명 | 스마트셀러 해외상품 대량 수집 프로그램 |
파일 크기 | 22.2 KB |
설치 횟수 | 141 |
현재 버전 | 0.7 |
최근 업데이트 | 2024-02-08 |
출시 날짜 | 2023-11-01 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://smtseller.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://smtseller.net/ |
도움말 페이지 URL | https://smtseller.net/ |
개인정보 보호 정책 페이지 URL | https://smtseller.net/terms/privacy |
지원되는 언어 | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\uc2a4\ub9c8\ud2b8\uc140\ub7ec 2.0", "manifest_version": 3, "version": "0.7", "description": "\uc2a4\ub9c8\ud2b8\uc140\ub7ec \ud574\uc678\uc0c1\ud488 \ub300\ub7c9 \uc218\uc9d1 \ud504\ub85c\uadf8\ub7a8", "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": "images\/icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/detail.1688.com\/*", "https:\/\/item.taobao.com\/item.htm*", "https:\/\/detail.tmall.com\/item_o.htm*", "https:\/\/detail.tmall.com\/item.htm*", "https:\/\/chaoshi.detail.tmall.com\/item.htm*", "https:\/\/detail.tmall.hk\/hk\/item.htm*" ], "js": [ "contentscript.js" ], "css": [ "contentscript.css" ] } ], "host_permissions": [ "https:\/\/rapi.smtseller.kr\/", "https:\/\/rapi.pickup9.com\/", "https:\/\/napi.smtseller.kr\/", "https:\/\/napi.pickup9.com\/", "https:\/\/detail.1688.com\/", "https:\/\/detail.tmall.com\/", "https:\/\/chaoshi.detail.tmall.com\/", "https:\/\/detail.tmall.hk\/", "https:\/\/item.taobao.com\/", "https:\/\/*.google.com\/" ], "optional_host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |