Thunderbit - AI Web Clipper

Use Thunderbit AI to extract key info from web content.

Qu'est-ce que Thunderbit - AI Web Clipper ?

Thunderbit - AI Web Clipper est une extension Chrome développée par https://www.thunderbit.com, et sa fonction principale est "Use Thunderbit AI to extract key info from web content.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Thunderbit - AI Web Clipper

Téléchargez les fichiers d'extension Thunderbit - AI Web Clipper 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

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

Informations de Base sur l'Extension

Nom Thunderbit - AI Web Clipper Thunderbit - AI Web Clipper
ID hbkblmodhbmcakopmmfbaopfckopccgp
URL Officiel https://chromewebstore.google.com/detail/thunderbit-ai-web-clipper/hbkblmodhbmcakopmmfbaopfckopccgp
Description Use Thunderbit AI to extract key info from web content.
Taille du Fichier 371 KB
Nombre d'Installations 106
Version Actuelle 1.2.1
Dernière Mise à Jour 2024-02-29
Date de Publication 2024-01-17
Évaluation 5.00/5 Total 6 Évaluations
Développeur https://www.thunderbit.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.thunderbit.com/privacy-policy
Langues Prises en Charge 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"
}