Shop Scrapper
Scrap data from Shopee/Lazada to clipboard for xlsx
Wat is Shop Scrapper?
Shop Scrapper is een Chrome-extensie ontwikkeld door DEKKENG, en de belangrijkste functie is "Scrap data from Shopee/Lazada to clipboard for xlsx".
Extensie Screenshots
Download het CRX-bestand van de extensie Shop Scrapper
Download Shop Scrapper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
copy detail from shopee/lazada product page to clipboard for excel
Basisinformatie over de Extensie
Naam | Shop Scrapper |
ID | khldfoolkghafkleckahpndhocepjphi |
Officiële URL | https://chromewebstore.google.com/detail/shop-scrapper/khldfoolkghafkleckahpndhocepjphi |
Beschrijving | Scrap data from Shopee/Lazada to clipboard for xlsx |
Bestandsgrootte | 42.37 KB |
Aantal Installaties | 27 |
Huidige Versie | 1.1.7 |
Laatst Bijgewerkt | 2019-07-29 |
Publicatiedatum | 2019-07-29 |
Ontwikkelaar | DEKKENG |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.billbuild-studio.com |
Ondersteunde Talen | 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" } } |