Shop Scrapper
Scrap data from Shopee/Lazada to clipboard for xlsx
What is Shop Scrapper?
Shop Scrapper is a Chrome extension developed by DEKKENG, and its main feature is "Scrap data from Shopee/Lazada to clipboard for xlsx".
Extension Screenshots
Download Shop Scrapper Extension CRX File
Download Shop Scrapper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
copy detail from shopee/lazada product page to clipboard for excel
Extension Basic Information
Name | Shop Scrapper |
ID | khldfoolkghafkleckahpndhocepjphi |
Official URL | https://chromewebstore.google.com/detail/shop-scrapper/khldfoolkghafkleckahpndhocepjphi |
Description | Scrap data from Shopee/Lazada to clipboard for xlsx |
File Size | 42.37 KB |
Installation Count | 27 |
Current Version | 1.1.7 |
Last Updated | 2019-07-29 |
Publish Date | 2019-07-29 |
Developer | DEKKENG |
[email protected] | |
Payment Type | free |
Extension Website | https://www.billbuild-studio.com |
Supported Languages | 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" } } |