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

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

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

용감한셀러 스마트스토어 분석 프로그램 is a Chrome extension developed by szards5656, and its main feature is "용감한셀러 스마트스토어 분석 프로그램".

Extension Screenshots

screenshot

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

Download 용감한셀러 스마트스토어 분석 프로그램 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

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

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

Extension Basic Information

Name 용감한셀러 스마트스토어 분석 프로그램 용감한셀러 스마트스토어 분석 프로그램
ID obfhepfeaejnahmpibfilglgghbklkim
Official 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
Description 용감한셀러 스마트스토어 분석 프로그램
File Size 31.39 MB
Installation Count 454
Current Version 1.0.0
Last Updated 2023-02-24
Publish Date 2023-02-23
Developer szards5656
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}