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

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

용감한셀러 스마트스토어 분석 프로그램とは何ですか?

용감한셀러 스마트스토어 분석 프로그램はszards5656によって開発されたChromeの拡張機能で、その主な機能は「용감한셀러 스마트스토어 분석 프로그램」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

용감한셀러 스마트스토어 분석 프로그램拡張機能のCRXファイルをダウンロード

용감한셀러 스마트스토어 분석 프로그램拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

# 이용방법
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
Eメール szards5656@gmail.com
支払い方法 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"
    }
}