Thunderbit - AI Web Clipper

Use Thunderbit AI to extract key info from web content.

O que é Thunderbit - AI Web Clipper?

Thunderbit - AI Web Clipper é uma extensão do Chrome desenvolvida por https://www.thunderbit.com, e sua principal característica é "Use Thunderbit AI to extract key info from web content.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Thunderbit - AI Web Clipper

Baixe arquivos de extensão Thunderbit - AI Web Clipper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        🚀 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.                    

Informações Básicas da Extensão

Nome Thunderbit - AI Web Clipper Thunderbit - AI Web Clipper
ID hbkblmodhbmcakopmmfbaopfckopccgp
URL Oficial https://chromewebstore.google.com/detail/thunderbit-ai-web-clipper/hbkblmodhbmcakopmmfbaopfckopccgp
Descrição Use Thunderbit AI to extract key info from web content.
Tamanho do Arquivo 371 KB
Contagem de Instalações 106
Versão Atual 1.2.1
Última Atualização 2024-02-29
Data de Publicação 2024-01-17
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor https://www.thunderbit.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.thunderbit.com/privacy-policy
Idiomas Suportados 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"
}