헤이셀러

헤이셀러 파싱 프로그램

헤이셀러 là gì?

헤이셀러 là một tiện ích mở rộng Chrome được phát triển bởi RapidGlobal, và tính năng chính của nó là "헤이셀러 파싱 프로그램".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 헤이셀러

Tải xuống các tệp mở rộng 헤이셀러 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        해외구매대행 상품등록을 도와주는 헤이셀러입니다.
중국어 자동 번역, 국내 최다 오픈마켓 업로드 지원 합니다!

결제 하지 않아도 업로드하였던 
상품관리는 무료로 이용하실 수 있습니다:)


✅ 헤이셀러을 사용하기 위해서 필수 다운로드인가요?

헤이셀러에서는 대량파싱 (URL 삽입) 과 웹파싱기능을 제공합니다.
웹파싱기능을 사용하기 위해서 필수로 설치해주셔야 합니다.

크롬 브라우저를 통해 확장앱 설치 후
타오바오 상품 파싱이 가능합니다.

✅ 웹파싱이 무엇인가요?

기존 대량파싱은 프로그램에 URL 을 대량으로 삽입하여 파싱하는 기술입니다.
장점은 짧은시간내 많은 상품이 파싱 가능하다는점이 있습니다.

웹파싱은 그에 비해 
타오바오 웹페이지에서 아이콘 클릭 한번으로 바로 수집이 되는 기능입니다.
장점은 상품을 보는 즉시 수집이 가능하다는점이 있습니다.
그리고 웹페이지에 보이는 가격 그대로 파싱이 됩니다.

각 파싱마다 장단점이 있으니, 편리한 방식을 선택해서 이용하시면 됩니다 !


✅ 이용방법

1. 헤이셀러 회원가입 (https://heyseller.kr)
2. 크롬에서 웹파싱 확장앱 설치
3. 웹파싱 확장앱에서 헤이셀러 아이디 / 비밀번호 로그인하여 연동
4. 타오바오 페이지에서 우측 확장앱 아이콘 클릭하여 상품파싱
5. 헤이셀러 프로그램에서 “상품찾기” 새로고침

자세한 내용은 헤이셀러 채널톡 가이드북을 참고해주세요!

🔥 헤이셀러 채널톡
https://pf.kakao.com/_xarxnxoK                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 헤이셀러 헤이셀러
ID efocfdepojlnckeooolnojonnegbpcgh
URL Chính Thức https://chromewebstore.google.com/detail/%ED%97%A4%EC%9D%B4%EC%85%80%EB%9F%AC/efocfdepojlnckeooolnojonnegbpcgh
Mô tả 헤이셀러 파싱 프로그램
Kích Thước Tệp 79.72 KB
Số Lần Cài Đặt 7,480
Phiên Bản Hiện Tại 2.7.0
Cập Nhật Lần Cuối 2024-03-03
Ngày Phát Hành 2023-02-11
Đánh Giá 2.33/5 Tổng số 18 Đánh Giá
Nhà Phát Triển RapidGlobal
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://heyseller.kr
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1NMrkxNi2E4kCG7wY48IPNkkdD0EBzQ8GrnYEvRxvC6Q/edit?usp=sharing
Ngôn Ngữ Được Hỗ Trợ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\ud5e4\uc774\uc140\ub7ec",
    "description": "\ud5e4\uc774\uc140\ub7ec \ud30c\uc2f1 \ud504\ub85c\uadf8\ub7a8",
    "version": "2.7.0",
    "icons": {
        "16": "\/assets\/imgs\/icon16.png",
        "32": "\/assets\/imgs\/icon32.png",
        "48": "\/assets\/imgs\/icon48.png",
        "128": "\/assets\/imgs\/icon128.png"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "\/lib\/util.js",
                "\/lib\/enums\/message_type.enum.js",
                "\/popup\/popup.js"
            ],
            "css": [
                "\/crawl\/css\/common.css",
                "\/assets\/css\/popup.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/world.taobao.com\/*"
            ],
            "js": [
                "\/crawl\/taobao_list\/index.js",
                "\/crawl\/common.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/item.taobao.com\/*"
            ],
            "js": [
                "\/crawl\/taobao\/index.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/item.taobao.com\/*"
            ],
            "js": [
                "\/crawl\/common.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/s.taobao.com\/*"
            ],
            "js": [
                "\/crawl\/s.taobao\/index.js",
                "\/crawl\/common.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.tmall.com\/*"
            ],
            "js": [
                "\/crawl\/tmall.com\/index.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/list.tmall.com\/*"
            ],
            "js": [
                "\/crawl\/list.tmall.com\/index.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.detail.tmall.com\/item.htm?*"
            ],
            "js": [
                "\/crawl\/tmall\/item.htm.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.detail.tmall.com\/item.htm?*"
            ],
            "js": [
                "\/crawl\/common.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/item.tmall.com\/*",
                "*:\/\/*.detail.tmall.com\/item_o.htm?*"
            ],
            "js": [
                "\/crawl\/tmall\/index.js",
                "\/crawl\/common.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.tmall.com\/*",
                "*:\/\/*.taobao.com\/*"
            ],
            "js": [
                "\/crawl\/seller_list\/index.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.heyseller.kr\/*",
                "*:\/\/heyseller.kr\/*"
            ],
            "js": [
                "\/heyseller\/index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "cookies"
    ],
    "background": {
        "service_worker": "my-background-script.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.taobao.com\/*",
                "https:\/\/*.tmall.com\/*"
            ],
            "resources": [
                "\/assets\/imgs\/logo.png",
                "\/assets\/imgs\/completeImage.png",
                "\/assets\/imgs\/profile.png",
                "\/assets\/imgs\/item_button.png",
                "\/assets\/imgs\/item_button_active.png",
                "\/assets\/imgs\/gmarket_img.png",
                "\/assets\/imgs\/auction_img.png",
                "\/lib\/enums\/message_type.enum.js",
                "\/crawl\/taobao\/inject.js",
                "\/crawl\/tmall\/inject.js",
                "\/crawl\/tmall\/item.htm_inject.js"
            ]
        }
    ]
}