Ginee Data Scraper
Ginee Data Scraper, scrape products from marketplace and publish them to your stores, which will help you reduce the workload.
什么是Ginee Data Scraper?
Ginee Data Scraper是由https://ginee.com/id/scraper开发的Chrome扩展程序,该扩展的主要功能是“Ginee Data Scraper, scrape products from marketplace and publish them to your stores, which will help you reduce the workload.”。
扩展截图
下载Ginee Data Scraper扩展crx文件
下载Ginee Data Scraper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Ginee Data Scraper is developed by Ginee, the world's leading e-commerce service provider, this feature can help you to:
👉👉✅ Group WA:https://chat.whatsapp.com/JsaEk2mDnVeDivaWaK9wP5
=============================================================================
*Marketplace*
Shopee, Lazada, Taobao, Tmall, and many more platforms that will continue to be added
And many other features that will continue to be updated.
*Tracking competitive products, digging out popular item* 
Quickly check the detailed price and sales charts of Shopee and Lazada's products, following the information, and keep track to product performance 
*Batch collection, one-click publication* 
Ginee supports single product collection and store collection, which can help you to quickly publish your products into your store and improve your efficiency
*Track Data Accurately To SKU*
Through Ginee's algorithm, you can view sales details, inventory changes of each SKU (variation), and accurately capture the dynamics of competitors' products (Currently limited to Shopee only)
*Multilingual*
Support in five languages : 
Chinese 🇨🇳 
English 🇺🇸 
Bahasa 🇮🇩 
ภาษาไทย 🇹🇭
Việt Nam 🇻🇳
*Currency switching*
Support currency: 
China (CNY)
Indonesia (IDR) 
Philippines(PHP)
Thailand(THB)
Vietnam(VND)
Malaysia(MYR)
Other than that,
Ginee is a leading SaaS e-commerce platform service that can help merchants with a wide variety of products
To increase sales and efficiency:
-Ginee SaaS: One stop service, multi-channel, multi-store, product, inventory and order management
-Ginee Data: Data analysis and financial management
-CRM: Customer Management System
-Ginee Chat: Multi-platform chat liaison system
-Ginee WMS: Warehouse Management System
Only by registering to a Gine account, you can enjoy all of the above features
Website Kami:  🌐 ginee.com/scraper                     扩展基本信息
| 名称 |   |  
| ID | fddmfmckaajmcjcoeeofhkbhbnbhifpg | 
| 官方URL | https://chromewebstore.google.com/detail/ginee-data-scraper/fddmfmckaajmcjcoeeofhkbhbnbhifpg | 
| 简介 | Ginee Data Scraper, scrape products from marketplace and publish them to your stores, which will help you reduce the workload. | 
| 文件大小 | 623 KB | 
| 安装次数 | 5,000 | 
| 当前版本 | 2.8.2 | 
| 更新时间 | 2024-01-31 | 
| 上架时间 | 2021-09-30 | 
| 评分 | 4.38/5 共24次评分 | 
| 开发者 | https://ginee.com/id/scraper | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://ginee.com | 
| 帮助页面URL | https://ginee.com/help/ | 
| 隐私政策页面URL | https://accounts.ginee.com/ID/privacy.html | 
| 支持的语言 | id,en,vi,th,zh-CN | 
| manifest.json | |
 {
    "name": "Ginee Data Scraper",
    "description": "Ginee Data Scraper, scrape products from marketplace and publish them to your stores, which will help you reduce the workload.",
    "version": "2.8.2",
    "manifest_version": 3,
    "default_locale": "id",
    "action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "24": "assets\/icon24.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        },
        "default_title": "Ginee Data Scraper, scrape products from marketplaces and publish them to your multi stores quickly, which will help you get rid of the busy work"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "24": "assets\/icon24.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/seller.ginee.com\/*",
                "*:\/\/shopee.tw\/*",
                "*:\/\/shopee.ph\/*",
                "*:\/\/shopee.sg\/*",
                "*:\/\/shopee.vn\/*",
                "*:\/\/shopee.cl\/*",
                "*:\/\/shopee.pl\/*",
                "*:\/\/shopee.co.id\/*",
                "*:\/\/shopee.co.th\/*",
                "*:\/\/shopee.com.my\/*",
                "*:\/\/shopee.com.co\/*",
                "*:\/\/shopee.com.br\/*",
                "*:\/\/shopee.com.mx\/*",
                "*:\/\/xiapi.xiapibuy.com\/*",
                "*:\/\/ph.xiapibuy.com\/*",
                "*:\/\/sg.xiapibuy.com\/*",
                "*:\/\/vn.xiapibuy.com\/*",
                "*:\/\/cl.xiapibuy.com\/*",
                "*:\/\/pl.xiapibuy.com\/*",
                "*:\/\/id.xiapibuy.com\/*",
                "*:\/\/th.xiapibuy.com\/*",
                "*:\/\/my.xiapibuy.com\/*",
                "*:\/\/co.xiapibuy.com\/*",
                "*:\/\/br.xiapibuy.com\/*",
                "*:\/\/mx.xiapibuy.com\/*",
                "*:\/\/*.lazada.co.id\/*",
                "*:\/\/*.lazada.co.th\/*",
                "*:\/\/*.lazada.com.my\/*",
                "*:\/\/*.lazada.com.ph\/*",
                "*:\/\/*.lazada.vn\/*",
                "*:\/\/*.lazada.sg\/*",
                "*:\/\/*.tokopedia.com\/*",
                "*:\/\/*.bukalapak.com\/*",
                "*:\/\/*.1688.com\/*",
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.jakmall.com\/*"
            ],
            "js": [
                "content-scripts\/main.js"
            ],
            "css": [
                "content-scripts\/main.css",
                "content-scripts\/antd.css",
                "content-scripts\/main.1294b3af.css"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "inject\/index.js"
            ],
            "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\/*",
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.tokopedia.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "cookies",
        "tabs",
        "webRequest",
        "downloads",
        "activeTab"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "inject\/inject.js",
                "content-scripts\/main.js"
            ],
            "matches": [
                "  |  |