용감한셀러 스마트스토어 분석 프로그램

용감한셀러 스마트스토어 분석 프로그램

용감한셀러 스마트스토어 분석 프로그램란 무엇입니까?

용감한셀러 스마트스토어 분석 프로그램은(는) szards5656에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "용감한셀러 스마트스토어 분석 프로그램"입니다.

확장 프로그램 스크린샷

screenshot

용감한셀러 스마트스토어 분석 프로그램 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        # 설명
내가 등록한 스마트스토어 상품 순위 확인!
경쟁 상품 스마트스토어 순위 확인!
경쟁 상품 스마트스토어 판매량 확인!
이 모든 기능을 무료로 확인해보세요~

# 이용방법
1. 크롬 익스텐션파일 다운로드
2. 네이버카페 검색에서 "용간한셀러" 검색
3. 용감한셀러 회원 가입 후 공지에서 사용방법 확인                    

확장 프로그램 기본 정보

이름 용감한셀러 스마트스토어 분석 프로그램 용감한셀러 스마트스토어 분석 프로그램
ID obfhepfeaejnahmpibfilglgghbklkim
공식 URL https://chromewebstore.google.com/detail/%EC%9A%A9%EA%B0%90%ED%95%9C%EC%85%80%EB%9F%AC-%EC%8A%A4%EB%A7%88%ED%8A%B8%EC%8A%A4%ED%86%A0%EC%96%B4-%EB%B6%84%EC%84%9D-%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%A8/obfhepfeaejnahmpibfilglgghbklkim
설명 용감한셀러 스마트스토어 분석 프로그램
파일 크기 31.39 MB
설치 횟수 454
현재 버전 1.0.0
최근 업데이트 2023-02-24
출시 날짜 2023-02-23
개발자 szards5656
이메일 [email protected]
결제 유형 free
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\uc6a9\uac10\ud55c\uc140\ub7ec \uc2a4\ub9c8\ud2b8\uc2a4\ud1a0\uc5b4 \ubd84\uc11d \ud504\ub85c\uadf8\ub7a8",
    "description": "\uc6a9\uac10\ud55c\uc140\ub7ec \uc2a4\ub9c8\ud2b8\uc2a4\ud1a0\uc5b4 \ubd84\uc11d \ud504\ub85c\uadf8\ub7a8",
    "version": "1.0.0",
    "background": {
        "service_worker": "BackgroundWorker.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "framework\/*",
                "content\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "main.png"
    },
    "permissions": [
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "*:\/\/smartstore.naver.com\/*",
        "*:\/\/smartstore.naver.com\/*",
        "*:\/\/search.shopping.naver.com\/*"
    ],
    "icons": {
        "16": "main.png",
        "48": "main.png",
        "128": "main.png"
    }
}