BigSeller - Product Scraper

BigSeller Product Scraper, scrape products from marketplaces to your multiple stores.

BigSeller - Product Scraperคืออะไร?

BigSeller - Product Scraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bigseller.com และคุณลักษณะหลักของมันคือ "BigSeller Product Scraper, scrape products from marketplaces to your multiple stores."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BigSeller - Product Scraper

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

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

                        BigSeller Product Scraper, scrape products from multiple marketplaces and import them to your online stores. Eliminate the busy work and engage more prospects with BigSeller!

BigSeller Product Scraper helps you:
- Scrape products from Shopee, Lazada, Taobao, 1688, etc. 
- Make product listings ready in a minute

One-click to scrape products and batch upload:
- Download and install the extension to your Chrome
- Open a marketplace and start scraping 
- Batch upload after importing to the shop

Auto-Translation:
- After scraping products, click the Translation button to translate to your target language.

BigSeller is a free multi-channel selling software aiming at helping sellers to streamline sales across multiple marketplaces. Check out our popular features:

- Auto-sync & handle your multi-channel orders in one place
- Inventory Management
- Shop to shop product migration
- Batch adding watermarks
- Customize shipping labels
- Shipping Fee & Return Management
- Sub-account and authority management
- Data Analysis

Make Your Business More Efficiently! Less Time, More Orders, Higher Profits.
Website Link:https://www.bigseller.com
If you have any questions, please feel free to email us at [email protected]


***  BigSeller - FREE Multichannel Ecommerce Solution  ***                    

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

ชื่อ BigSeller - Product Scraper BigSeller - Product Scraper
ID kkfocohhekldeddhkllgofalggnlhhae
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bigseller-product-scraper/kkfocohhekldeddhkllgofalggnlhhae
คำอธิบาย BigSeller Product Scraper, scrape products from marketplaces to your multiple stores.
ขนาดไฟล์ 1.23 MB
จำนวนการติดตั้ง 149,008
เวอร์ชันปัจจุบัน 3.31.0
อัปเดตครั้งล่าสุด 2024-02-22
วันที่เผยแพร่ 2020-06-19
คะแนน 4.29/5 รวมทั้งหมด 52 คะแนน
ผู้พัฒนา https://bigseller.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.bigseller.com
URL หน้าช่วยเหลือ https://help.bigseller.com
URL หน้านโยบายความเป็นส่วนตัว https://www.bigseller.com/privacyPolicy.htm
ภาษาที่รองรับ id,en,en-US,vi,th,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_crawl_name__",
    "version": "3.31.0",
    "description": "__MSG_crawl_description__",
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self';"
    },
    "icons": {
        "16": "static\/img\/16x16.png",
        "19": "static\/img\/48x48.png",
        "38": "static\/img\/48x48.png",
        "48": "static\/img\/48x48.png",
        "128": "static\/img\/128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "static\/img\/48x48.png"
        },
        "default_title": "BigSeller - Product Scraper",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.lazada.com.my\/*",
                "*:\/\/*.lazada.sg\/*",
                "*:\/\/*.lazada.vn\/*",
                "*:\/\/*.lazada.co.id\/*",
                "*:\/\/*.lazada.co.th\/*",
                "*:\/\/*.lazada.com.ph\/*",
                "*:\/\/*.jd.co.th\/*",
                "*:\/\/*.jd.id\/*",
                "*:\/\/shop.line.me\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/shopee.co.id\/*",
                "*:\/\/xiapi.xiapibuy.com\/*",
                "*:\/\/my.xiapibuy.com\/*",
                "*:\/\/id.xiapibuy.com\/*",
                "*:\/\/th.xiapibuy.com\/*",
                "*:\/\/ph.xiapibuy.com\/*",
                "*:\/\/sg.xiapibuy.com\/*",
                "*:\/\/vn.xiapibuy.com\/*",
                "*:\/\/shopee.vn\/*",
                "*:\/\/shopee.co.th\/*",
                "*:\/\/shopee.sg\/*",
                "*:\/\/shopee.ph\/*",
                "*:\/\/shopee.com.my\/*",
                "*:\/\/shopee.tw\/*",
                "*:\/\/*.taobao.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/login.taobao.com\/*",
                "*:\/\/adsmanager.facebook.com\/*"
            ],
            "js": [
                "platform\/allPlatform\/index.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.tmall.com\/*",
                "*:\/\/*.tmall.hk\/*"
            ],
            "js": [
                "platform\/_inject\/postDetailDocument.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.bigseller.com\/*",
                "*:\/\/*.bigseller.pro\/*",
                "*:\/\/bs1.meiyunji.net\/*",
                "*:\/\/bs2.meiyunji.net\/*",
                "*:\/\/bs3.meiyunji.net\/*",
                "*:\/\/bs4.meiyunji.net\/*",
                "*:\/\/bs5.meiyunji.net\/*",
                "http:\/\/192.168.0.119:8000\/*",
                "http:\/\/192.168.0.119:9000\/*"
            ],
            "js": [
                "platform\/_inject\/versionInfo.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/shopee.co.id\/*",
                "*:\/\/xiapi.xiapibuy.com\/*",
                "*:\/\/my.xiapibuy.com\/*",
                "*:\/\/id.xiapibuy.com\/*",
                "*:\/\/th.xiapibuy.com\/*",
                "*:\/\/ph.xiapibuy.com\/*",
                "*:\/\/sg.xiapibuy.com\/*",
                "*:\/\/vn.xiapibuy.com\/*",
                "*:\/\/shopee.vn\/*",
                "*:\/\/shopee.co.th\/*",
                "*:\/\/shopee.sg\/*",
                "*:\/\/shopee.ph\/*",
                "*:\/\/shopee.com.my\/*",
                "*:\/\/shopee.tw\/*",
                "*:\/\/www.tokopedia.com\/*",
                "*:\/\/*.lazada.com.my\/*",
                "*:\/\/*.lazada.sg\/*",
                "*:\/\/*.lazada.vn\/*",
                "*:\/\/*.lazada.co.id\/*",
                "*:\/\/*.lazada.co.th\/*",
                "*:\/\/*.lazada.com.ph\/*",
                "*:\/\/*.ocistok.com\/*",
                "*:\/\/www.bukalapak.com\/*",
                "*:\/\/m.bukalapak.com\/*",
                "*:\/\/www.jakmall.com\/*",
                "*:\/\/www.sendo.vn\/*",
                "*:\/\/tiki.vn\/*",
                "*:\/\/www.blibli.com\/*",
                "*:\/\/*.1688.com\/*",
                "*:\/\/*.jd.co.th\/*",
                "*:\/\/*.jd.id\/*",
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/*.aliexpress.us\/*",
                "*:\/\/*.jakartanotebook.com\/*",
                "*:\/\/*.taobao.com\/*",
                "*:\/\/*.tmall.com\/*",
                "*:\/\/*.tmall.hk\/*",
                "*:\/\/*.pinduoduo.com\/*",
                "*:\/\/*.yangkeduo.com\/*",
                "*:\/\/yangkeduo.com\/*",
                "*:\/\/evermos.com\/*",
                "*:\/\/shop.line.me\/*",
                "*:\/\/*.facebook.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/seller.jd.id\/*",
                "*:\/\/sellercenter.lazada.com.my\/*",
                "*:\/\/sellercenter.lazada.sg\/*",
                "*:\/\/sellercenter.lazada.vn\/*",
                "*:\/\/sellercenter.lazada.co.id\/*",
                "*:\/\/sellercenter.lazada.co.th\/*",
                "*:\/\/sellercenter.lazada.com.ph\/*",
                "*:\/\/tiki.vn\/di-cho-online*"
            ],
            "js": [
                "static\/js\/jquery.js"
            ],
            "css": [
                "static\/fontsIcon\/style.css",
                "static\/css\/style.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.1688.com\/*"
            ],
            "js": [
                "platform\/ali1688\/index.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/*.aliexpress.us\/*"
            ],
            "js": [
                "platform\/aliexpress\/index.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/www.blibli.com\/*"
            ],
            "js": [
                "platform\/blibli\/index.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.bukalapak.com\/*",
                "*:\/\/m.bukalapak.com\/*"
            ],
            "js": [
                "platform\/bukalapak\/index.js"
            ]
        },
        {
            "matches": [
                "*:\/\/evermos.com\/*"
            ],
            "js": [
                "platform\/evermos\/index.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.jakartanotebook.com\/*"
            ],
            "js": [
                "platform\/jakartanotebook\/index.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.jd.id\/*"
            ],
            "exclude_matches": [
                "*:\/\/seller.jd.id\/*"
            ],
            "js": [
                "platform\/jdid\/index.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.jakmall.com\/*"
            ],
            "js": [
                "platform\/jakmall\/index.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.jd.co.th\/*"
            ],
            "js": [
                "platform\/jdth\/index.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.lazada.com.my\/*",
                "*:\/\/*.lazada.sg\/*",
                "*:\/\/*.lazada.vn\/*",
                "*:\/\/*.lazada.co.id\/*",
                "*:\/\/*.lazada.co.th\/*",
                "*:\/\/*.lazada.com.ph\/*"
            ],
            "exclude_matches": [
                "*:\/\/sellercenter.lazada.com.my\/*",
                "*:\/\/sellercenter.lazada.sg\/*",
                "*:\/\/sellercenter.lazada.vn\/*",
                "*:\/\/sellercenter.lazada.co.id\/*",
                "*:\/\/sellercenter.lazada.co.th\/*",
                "*:\/\/sellercenter.lazada.com.ph\/*"
            ],
            "js": [
                "static\/js\/jquery.js",
                "platform\/lazada\/index.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/shopee.co.id\/*",
                "*:\/\/xiapi.xiapibuy.com\/*",
                "*:\/\/my.xiapibuy.com\/*",
                "*:\/\/id.xiapibuy.com\/*",
                "*:\/\/th.xiapibuy.com\/*",
                "*:\/\/ph.xiapibuy.com\/*",
                "*:\/\/sg.xiapibuy.com\/*",
                "*:\/\/vn.xiapibuy.com\/*",
                "*:\/\/shopee.vn\/*",
                "*:\/\/shopee.co.th\/*",
                "*:\/\/shopee.sg\/*",
                "*:\/\/shopee.ph\/*",
                "*:\/\/shopee.com.my\/*",
                "*:\/\/shopee.tw\/*"
            ],
            "js": [
                "platform\/shopee\/index.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.ocistok.com\/*"
            ],
            "js": [
                "platform\/ocistok\/index.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.pinduoduo.com\/*",
                "*:\/\/*.yangkeduo.com\/*",
                "*:\/\/yangkeduo.com\/*"
            ],
            "js": [
                "platform\/pinduoduo\/index.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.sendo.vn\/*"
            ],
            "js": [
                "platform\/sendo\/index.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.taobao.com\/*"
            ],
            "js": [
                "platform\/taobao\/index.js"
            ]
        },
        {
            "matches": [
                "*:\/\/tiki.vn\/*"
            ],
            "exclude_matches": [
                "*:\/\/tiki.vn\/di-cho-online*"
            ],
            "js": [
                "platform\/tiki\/index.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.tmall.com\/*",
                "*:\/\/*.tmall.hk\/*"
            ],
            "js": [
                "platform\/tmall\/index.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/www.tokopedia.com\/*"
            ],
            "js": [
                "platform\/tokopedia\/index.js"
            ]
        },
        {
            "matches": [
                "*:\/\/shop.line.me\/*"
            ],
            "js": [
                "static\/js\/jquery.js",
                "platform\/lineshop\/index.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "static\/js\/jquery.js",
                "platform\/facebook\/index.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/www.bigseller.com\/",
        "https:\/\/www.bigseller.pro\/",
        "*:\/\/shopee.co.id\/*",
        "*:\/\/shopee.co.th\/*",
        "*:\/\/shopee.sg\/*",
        "*:\/\/shopee.tw\/*",
        "*:\/\/shopee.ph\/*",
        "*:\/\/shopee.vn\/*",
        "*:\/\/shopee.com.my\/*",
        "https:\/\/*.xiapibuy.com\/*-i.*\/",
        "https:\/\/gql.tokopedia.com\/",
        "https:\/\/store.lazada.com.ph\/",
        "https:\/\/store.lazada.com.my\/",
        "https:\/\/store.lazada.co.id\/",
        "https:\/\/store.lazada.co.th\/",
        "https:\/\/store.lazada.sg\/",
        "https:\/\/store.lazada.vn\/",
        "https:\/\/acs-m.lazada.com.my\/",
        "https:\/\/www.lazada.sg\/",
        "https:\/\/www.lazada.com.my\/",
        "https:\/\/www.lazada.vn\/",
        "https:\/\/www.lazada.co.id\/",
        "https:\/\/www.lazada.co.th\/",
        "https:\/\/www.lazada.com.ph\/",
        "https:\/\/api.bukalapak.com\/",
        "https:\/\/www.bukalapak.com\/",
        "https:\/\/m.bukalapak.com\/",
        "https:\/\/www.sendo.vn\/",
        "https:\/\/tiki.vn\/",
        "https:\/\/www.blibli.com\/",
        "https:\/\/ocistok.com\/",
        "*:\/\/shop.line.me\/*",
        "*:\/\/*.facebook.com\/*",
        "https:\/\/aeproductsourcesite.alicdn.com\/",
        "*:\/\/i.3.cn\/*",
        "https:\/\/totguard.tmall.com\/",
        "https:\/\/detail.tmall.com:443\/item.htm\/_____tmd_____\/punish*",
        "https:\/\/item.taobao.com:443\/\/item.htm\/_____tmd_____\/punish*",
        "*:\/\/item.taobao.com\/item.htm\/_____tmd_____\/slide*",
        "*:\/\/h5api.m.tmall.com\/h5\/mtop.taobao.detail.getdesc\/*",
        "*:\/\/detail.tmall.com\/item_o.htm\/_____tmd_____\/slide*",
        "*:\/\/*.tmall.com\/*",
        "*:\/\/*.tmall.hk\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/img\/*.png",
                "static\/fontsIcon\/fonts\/iconfont.*",
                "platform\/_inject\/onPageChange.js",
                "platform\/_inject\/requestHooks.js",
                "platform\/_inject\/emitDetailDocument.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.tmall.com\/*",
            "*:\/\/localhost\/*",
            "*:\/\/*.bigseller.com\/*",
            "*:\/\/*.bigseller.pro\/*"
        ]
    }
}