ScrapeMate - Web Scraper
This extension will scrap data from the websites
Qu'est-ce que ScrapeMate - Web Scraper ?
ScrapeMate - Web Scraper est une extension Chrome développée par GetProjects, et sa fonction principale est "This extension will scrap data from the websites".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ScrapeMate - Web Scraper
Téléchargez les fichiers d'extension ScrapeMate - Web 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
Boost your web data extraction efficiency with ScrapeMate. Extract, analyze, and save data from any webpage effortlessly. Ideal for researchers, analysts, and data enthusiasts. 🌐 Web Scraping Made Easy: Scrape data from websites with a single click. 📊 Data Analysis: Quickly analyze and visualize the data you collect. 📁 Data Export: Export data in multiple formats for your convenience. 🔒 Secure and Reliable: Trust in a robust, user-friendly scraping tool. Get started today and supercharge your web data gathering with ScrapeMate!
Informations de Base sur l'Extension
Nom | ScrapeMate - Web Scraper |
ID | agojekkjpkcoimkhfggjgmbhncpdjicj |
URL Officiel | https://chromewebstore.google.com/detail/scrapemate-web-scraper/agojekkjpkcoimkhfggjgmbhncpdjicj |
Description | This extension will scrap data from the websites |
Taille du Fichier | 351 KB |
Nombre d'Installations | 30 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2023-11-28 |
Date de Publication | 2023-11-28 |
Développeur | GetProjects |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "manifest_version": 3, "author": "Kartikey Tiwari @[email protected]", "name": "ScrapeMate - Web Scraper", "version": "1.0.0", "description": "This extension will scrap data from the websites", "background": { "service_worker": "\/js\/background.js" }, "permissions": [ "storage", "tabs" ], "icons": { "16": "\/icons\/icon.png", "32": "\/icons\/icon.png", "48": "\/icons\/icon.png", "128": "\/icons\/icon.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/icons\/icon.png", "32": "\/icons\/icon.png", "48": "\/icons\/icon.png", "128": "\/icons\/icon.png" } }, "content_scripts": [ { "matches": [ " |