Thunderbit - AI Web Clipper

Use Thunderbit AI to extract key info from web content.

¿Qué es Thunderbit - AI Web Clipper?

Thunderbit - AI Web Clipper es una extensión de Chrome desarrollada por https://www.thunderbit.com, y su función principal es "Use Thunderbit AI to extract key info from web content.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Thunderbit - AI Web Clipper

Descarga archivos de extensión Thunderbit - AI Web Clipper 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

                        🚀 Get ready to change the way you web clip with Thunderbit, the new breed of AI No-Code tool that could be used as an advanced web clipper for Notion, Google Sheets, Airtable. Free tier available.

🌟Why Thunderbit?🌟

➡️ Unstructured to Structured with Ease: Clip content from various websites (LinkedIn, Amazon, eBay, News, etc.) and auto-organize it into your Notion Database with Thunderbit's AI.
➡️ Bulk Processing: E.g., Send thousands of personalized emails from Google Sheets, Notion, or Airtable in under 5 mins.
➡️ Smart Notifications: E.g., Received an email to set up a meeting? Thunderbit can automatically send a Slack message with the meeting details.
➡️ And more: Discover with our AI Automation Specialist to see which use cases best fit you!

🌟Introducing Thunderbit 🌟

New breed of No-Code automation: Thunderbit is your personal AI-engineering-team for automation. You can go from a need to automation in under a minute just by chatting with AI Automation Specialist.

🔑Key Features 🔑

➡️ So simple to build: Just describe your need (doesn't have to be specific), log in to your app accounts, review, and you're done! 
➡️ AI Automation Specialist: It suggests solutions based on your needs and builds them for you. If Thunderbit can't do it, AI Automation Specialist will offer an alternative and walk you through it!
➡️ Pre-built AI Steps: We handle the complicated prompt stuff so you don't have to.
➡️ AI Extract: The easiest AI extraction ever! Directly save extracted content to your database or table.
➡️ Text to Expression: Create complex conditions, schedules, or logic using just natural language. Never need to learn complicated logic.
➡️ Advanced Web-Scraping: Forget hours of Python tutorials. With Thunderbit, create precise web scraping or monitors in minutes.
➡️ Personalized Automation (Coming Soon): Why spend hours browsing automation templates? Get automation recommendations from AI that truly meet your needs.                    

Información Básica de la Extensión

Nombre Thunderbit - AI Web Clipper Thunderbit - AI Web Clipper
ID hbkblmodhbmcakopmmfbaopfckopccgp
URL Oficial https://chromewebstore.google.com/detail/thunderbit-ai-web-clipper/hbkblmodhbmcakopmmfbaopfckopccgp
Descripción Use Thunderbit AI to extract key info from web content.
Tamaño del Archivo 371 KB
Cantidad de Instalaciones 106
Versión Actual 1.2.1
Última Actualización 2024-02-29
Fecha de Publicación 2024-01-17
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador https://www.thunderbit.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.thunderbit.com/privacy-policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Thunderbit - AI Web Clipper",
    "version": "1.2.1",
    "description": "Use Thunderbit AI to extract key info from web content.",
    "action": {
        "default_icon": {
            "16": "src\/assets\/logo_16.png",
            "48": "src\/assets\/logo_48.png",
            "128": "src\/assets\/logo_128.png"
        },
        "default_title": "Thunderbit"
    },
    "icons": {
        "16": "src\/assets\/logo_16.png",
        "48": "src\/assets\/logo_48.png",
        "128": "src\/assets\/logo_128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-37c8a60f.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "identity",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "index.html"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/index-aa231304.js",
                "assets\/index.ts-c449d190.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "host_permissions": [
        ""
    ],
    "minimum_chrome_version": "102",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiquW8kwcPsmPduclrEGtfOg\/fn+vqIAzvs980TKV3gM1dWnXfVx0tqJewBPlOE5LnNdLCRJ13QVQUF381WjQvY3FnB7NU\/g\/V\/+7FJ3Rjj8\/2OGPBIm+RSk9VpbgiHL36txy2q1SCNggcjfn\/F927JjdJeJyg3puRESEN\/aSEMqR+LPffR3Jx4vsAwE0uuSi7ZZpam4SjDZQwUa1Zz3VrXQQ22\/qWympD65CC4Te1fL49rsLcXTVuOsKFdO7sd2WS5fyP81\/QBLJdIs67wgsDo\/whfb0vWgR+9dMr8rHAMXW+kTHbaHUdQ0tLbFdVzYxKI\/Oi1L6bkYihSb4VI9fmwIDAQAB"
}