Sellha

Sellha Chrome Extension

Sellhaคืออะไร?

Sellha เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ilovemalanghoney และคุณลักษณะหลักของมันคือ "Sellha Chrome Extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sellha

ดาวน์โหลดไฟล์ส่วนขยาย Sellha ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        쉽다. 편리하다. 여기에 다 ㅡ 있다.셀러를 위한 종합 솔루션. 시간도 경험도 부족한 셀러를 위해 실무 베테랑들이 뭉쳤다! 똑똑한 셀러들이 찾는 아이템 분석 플랫폼 셀링하니!

셀하(셀링하니) 서비스 이용에 필요한 셀하 크롬 확장프로그램 입니다.

원활한 서비스 이용을 위해서 확장프로그램을 꼭 설치해주세요.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sellha Sellha
ID mglkfkclbnnnfepnmgeeggfmpllkjjga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sellha/mglkfkclbnnnfepnmgeeggfmpllkjjga
คำอธิบาย Sellha Chrome Extension
ขนาดไฟล์ 51.03 MB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.4.3
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2022-02-16
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา ilovemalanghoney
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sellha.kr/
URL หน้านโยบายความเป็นส่วนตัว https://sellha.kr/policy/privacy
ภาษาที่รองรับ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sellha",
    "version": "1.4.3",
    "description": "Sellha Chrome Extension",
    "icons": {
        "16": "icons\/logo_s.png",
        "32": "icons\/logo_s.png",
        "48": "icons\/logo_s.png",
        "128": "icons\/logo_s.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Sellha",
        "default_icon": "icons\/logo_s.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "declarativeNetRequestWithHostAccess",
        "cookies"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "test.png"
            ],
            "matches": [
                "*:\/\/*.sellha.kr\/*",
                "*:\/\/*.sellha.co.kr\/*",
                "*:\/\/*.sellha.net\/*",
                "http:\/\/localhost\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "host_permissions": [
        "*:\/\/*.sellha.kr\/*",
        "*:\/\/*.sellha.co.kr\/*",
        "*:\/\/*.sellha.net\/*",
        "*:\/\/brand.naver.com\/*",
        "*:\/\/m.brand.naver.com\/*",
        "*:\/\/shopping.naver.com\/*",
        "*:\/\/*.shopping.naver.com\/*",
        "*:\/\/m.smartstore.naver.com\/*",
        "*:\/\/smartstore.naver.com\/*",
        "http:\/\/localhost\/*",
        "*:\/\/www.coupang.com\/*",
        "*:\/\/m.coupang.com\/*",
        "https:\/\/adcr.naver.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.sellha.kr\/*",
                "*:\/\/*.sellha.co.kr\/*",
                "*:\/\/*.sellha.net\/*",
                "http:\/\/localhost\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "pdContentScript.js",
                "rtContentScript.js",
                "bdContentScript.js",
                "bpContentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/smartstore.naver.com\/*",
                "https:\/\/brand.naver.com\/*",
                "https:\/\/shopping.naver.com\/*"
            ],
            "css": [
                "sellhaCommon.css",
                "insertProductDetail.css"
            ],
            "js": [
                "axios\/axios.min.js",
                "insertProductDetail.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/advertising.coupang.com\/marketing\/dashboard\/pa"
            ],
            "js": [
                "coupangCpcScript.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/xauth.coupang.com\/auth\/*"
            ],
            "js": [
                "authCoupangScript.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/advertising.coupang.com\/user\/*"
            ],
            "js": [
                "authAdCoupangScript.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/wing.coupang.com\/tenants\/seller-web\/post-matching\/page\/matching-view"
            ],
            "js": [
                "coupangViewsScript.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/search.shopping.naver.com\/search\/*"
            ],
            "js": [
                "chartjs.js",
                "searchShoppingNaverScript.js"
            ],
            "css": [
                "sellhaCommon.css",
                "searchShoppingNaverScript.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.coupang.com\/np\/search?*"
            ],
            "js": [
                "searchShoppingCoupangScript.js"
            ],
            "css": [
                "sellhaCommon.css",
                "searchShoppingCoupang.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.coupang.com\/vp\/products\/*"
            ],
            "css": [
                "coupangProduct.css"
            ],
            "js": [
                "axios\/axios.min.js",
                "coupangProductScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.sellha.kr\/*",
            "*:\/\/*.sellha.co.kr\/*",
            "*:\/\/*.sellha.net\/*",
            "http:\/\/localhost\/*"
        ]
    }
}