Shopee Data Scraper
Browser extension to scrape Shopee data locally
Qu'est-ce que Shopee Data Scraper ?
Shopee Data Scraper est une extension Chrome développée par spyliner.com, et sa fonction principale est "Browser extension to scrape Shopee data locally".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Shopee Data Scraper
Téléchargez les fichiers d'extension Shopee Data Scraper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Shopee Scraper is a powerful and user-friendly tool designed to enhance your online shopping experience on the popular e-commerce platform, Shopee. This extension enables users to effortlessly extract and organize product information, including prices, descriptions, ratings, and more, making it easy to compare products and find the best deals. Features: - Scrape multiple pages via url - Extract data from search page and product page - Data output in CSV format Currently supported regions: ID, MY, SG, TH, VN, PH, TW
Informations de Base sur l'Extension
Nom | Shopee Data Scraper |
ID | mdgjgbobponpehejfodjaicfcdkpaedf |
URL Officiel | https://chromewebstore.google.com/detail/shopee-data-scraper/mdgjgbobponpehejfodjaicfcdkpaedf |
Description | Browser extension to scrape Shopee data locally |
Taille du Fichier | 54.47 KB |
Nombre d'Installations | 113 |
Version Actuelle | 1.5.0b |
Dernière Mise à Jour | 2023-11-26 |
Date de Publication | 2023-10-28 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | spyliner.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.spyliner.com/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Shopee Data Scraper", "description": "Browser extension to scrape Shopee data locally", "version": "1.5.0", "version_name": "1.5.0b", "action": { "default_popup": "dist\/popup\/popup.html" }, "icons": { "16": "assets\/icons\/web-crawler.png", "32": "assets\/icons\/web-crawler.png", "48": "assets\/icons\/web-crawler.png", "128": "assets\/icons\/web-crawler.png" }, "background": { "service_worker": "dist\/background\/background.js", "type": "module" }, "permissions": [ "storage" ], "content_scripts": [ { "js": [ "dist\/main.js" ], "matches": [ "https:\/\/shopee.co.id\/*", "https:\/\/shopee.my\/*", "https:\/\/shopee.sg\/*", "https:\/\/shopee.co.th\/*", "https:\/\/shopee.vn\/*", "https:\/\/shopee.ph\/*", "https:\/\/shopee.tw\/*", "http:\/\/shopee.co.id\/*", "http:\/\/shopee.my\/*", "http:\/\/shopee.sg\/*", "http:\/\/shopee.co.th\/*", "http:\/\/shopee.vn\/*", "http:\/\/shopee.ph\/*", "http:\/\/shopee.tw\/*" ] } ] } |