Shop Scrapper

Scrap data from Shopee/Lazada to clipboard for xlsx

Was ist Shop Scrapper?

Shop Scrapper ist eine Chrome-Erweiterung, die von DEKKENG entwickelt wurde, und ihr Hauptmerkmal ist "Scrap data from Shopee/Lazada to clipboard for xlsx".

Erweiterungsscreenshots

screenshot

Shop Scrapper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Shop Scrapper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Shop Scrapper Shop Scrapper
ID khldfoolkghafkleckahpndhocepjphi
Offizielle URL https://chromewebstore.google.com/detail/shop-scrapper/khldfoolkghafkleckahpndhocepjphi
Beschreibung Scrap data from Shopee/Lazada to clipboard for xlsx
Dateigröße 42.37 KB
Installationsanzahl 27
Aktuelle Version 1.1.7
Letztes Update 2019-07-29
Veröffentlichungsdatum 2019-07-29
Entwickler DEKKENG
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.billbuild-studio.com
Unterstützte Sprachen 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"
    }
}