Beezy - Super Scraper
The ultimate Omni-web data collector—— Beezy. Get web data with ease.
¿Qué es Beezy - Super Scraper?
Beezy - Super Scraper es una extensión de Chrome desarrollada por BEEZY, y su función principal es "The ultimate Omni-web data collector—— Beezy. Get web data with ease.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Beezy - Super Scraper
Descarga archivos de extensión Beezy - Super Scraper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
🐝What can Beezy do?
Beezy can easily gather data 🔍 from the internet and quickly extract the information you need from a vast amount of data.
❤️Specifically, it has the following powerful functions:
· AI intelligently recognizes webpage structure, transforming HTML website data into simple, easy-to-read, tabular data.
· Download full pages 📷 with images.
· Page-by-page scraping 📄.
· Data cleaning and previewing 🔍.
· Download as an Excel file 💾.
🌍For more information, please visit https://beezy.cool/. Información Básica de la Extensión
| Nombre | |
| ID | kfhhfbmbamgfjiibdmcecjohlgckphll |
| URL Oficial | https://chromewebstore.google.com/detail/beezy-super-scraper/kfhhfbmbamgfjiibdmcecjohlgckphll |
| Descripción | The ultimate Omni-web data collector—— Beezy. Get web data with ease. |
| Tamaño del Archivo | 2.46 MB |
| Cantidad de Instalaciones | 554 |
| Versión Actual | 0.1.0 |
| Última Actualización | 2023-04-11 |
| Fecha de Publicación | 2023-04-10 |
| Calificación | 5.00/5 Total de 1 Calificaciones |
| Desarrollador | BEEZY |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| URL de la Página de Política de Privacidad | https://beezy.cool/privacy |
| Idiomas Soportados | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"default_locale": "en",
"background": {
"service_worker": "backgroundServiceWorker.js"
},
"action": {
"action": []
},
"content_scripts": [
{
"all_frames": true,
"js": [
"contentMain.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*\/*",
"file:\/\/\/*\/*"
],
"match_about_blank": true,
"run_at": "document_start",
"css": [
"styles\/content.css"
],
"persistent": true
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' wasm-unsafe-eval ",
"sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
},
"icons": {
"128": "128.png",
"16": "16.png",
"48": "48.png"
},
"manifest_version": 3,
"version": "0.1.0",
"permissions": [
"tabs",
"activeTab",
"contextMenus",
"storage",
"contextMenus"
],
"host_permissions": [
" | |