Shop Scrapper

Scrap data from Shopee/Lazada to clipboard for xlsx

Shop Scrapper란 무엇입니까?

Shop Scrapper은(는) DEKKENG에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scrap data from Shopee/Lazada to clipboard for xlsx"입니다.

확장 프로그램 스크린샷

screenshot

Shop Scrapper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        copy detail from shopee/lazada product page to clipboard for excel                    

확장 프로그램 기본 정보

이름 Shop Scrapper Shop Scrapper
ID khldfoolkghafkleckahpndhocepjphi
공식 URL https://chromewebstore.google.com/detail/shop-scrapper/khldfoolkghafkleckahpndhocepjphi
설명 Scrap data from Shopee/Lazada to clipboard for xlsx
파일 크기 42.37 KB
설치 횟수 27
현재 버전 1.1.7
최근 업데이트 2019-07-29
출시 날짜 2019-07-29
개발자 DEKKENG
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.billbuild-studio.com
지원되는 언어 th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shop Scrapper",
    "description": "Scrap data from Shopee\/Lazada to clipboard for xlsx",
    "version": "1.1.7",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/shopee.co.th\/*"
            ],
            "css": [
                "app.css",
                "shopee.css"
            ],
            "js": [
                "jquery-3.3.1.slim.min.js",
                "shopee.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.lazada.co.th\/*"
            ],
            "css": [
                "app.css",
                "lazada.css"
            ],
            "js": [
                "jquery-3.3.1.slim.min.js",
                "lazada.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/alert.billbuild-studio.com\/season*"
            ],
            "css": [
                "app.css",
                "billbuild.css"
            ],
            "js": [
                "jquery-3.3.1.slim.min.js",
                "billbuild.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}