Thunderbit - AI Web Clipper

Use Thunderbit AI to extract key info from web content.

Was ist Thunderbit - AI Web Clipper?

Thunderbit - AI Web Clipper ist eine Chrome-Erweiterung, die von https://www.thunderbit.com entwickelt wurde, und ihr Hauptmerkmal ist "Use Thunderbit AI to extract key info from web content.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Thunderbit - AI Web Clipper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Thunderbit - AI Web Clipper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Thunderbit - AI Web Clipper Thunderbit - AI Web Clipper
ID hbkblmodhbmcakopmmfbaopfckopccgp
Offizielle URL https://chromewebstore.google.com/detail/thunderbit-ai-web-clipper/hbkblmodhbmcakopmmfbaopfckopccgp
Beschreibung Use Thunderbit AI to extract key info from web content.
Dateigröße 371 KB
Installationsanzahl 106
Aktuelle Version 1.2.1
Letztes Update 2024-02-29
Veröffentlichungsdatum 2024-01-17
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler https://www.thunderbit.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.thunderbit.com/privacy-policy
Unterstützte Sprachen 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"
}