Shop Scrapper

Scrap data from Shopee/Lazada to clipboard for xlsx

Shop Scrapper là gì?

Shop Scrapper là một tiện ích mở rộng Chrome được phát triển bởi DEKKENG, và tính năng chính của nó là "Scrap data from Shopee/Lazada to clipboard for xlsx".

Ả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 Shop Scrapper

Tải xuống các tệp mở rộng Shop Scrapper 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

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

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

Tên Shop Scrapper Shop Scrapper
ID khldfoolkghafkleckahpndhocepjphi
URL Chính Thức https://chromewebstore.google.com/detail/shop-scrapper/khldfoolkghafkleckahpndhocepjphi
Mô tả Scrap data from Shopee/Lazada to clipboard for xlsx
Kích Thước Tệp 42.37 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.1.7
Cập Nhật Lần Cuối 2019-07-29
Ngày Phát Hành 2019-07-29
Nhà Phát Triển DEKKENG
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.billbuild-studio.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}