Thunderbit - AI Web Clipper

Use Thunderbit AI to extract key info from web content.

Co to jest Thunderbit - AI Web Clipper?

Thunderbit - AI Web Clipper to rozszerzenie Chrome opracowane przez https://www.thunderbit.com, a jego główną funkcją jest „Use Thunderbit AI to extract key info from web content.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Thunderbit - AI Web Clipper

Pobierz pliki rozszerzeń Thunderbit - AI Web Clipper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Thunderbit - AI Web Clipper Thunderbit - AI Web Clipper
ID hbkblmodhbmcakopmmfbaopfckopccgp
Oficjalny URL https://chromewebstore.google.com/detail/thunderbit-ai-web-clipper/hbkblmodhbmcakopmmfbaopfckopccgp
Opis Use Thunderbit AI to extract key info from web content.
Rozmiar pliku 371 KB
Liczba instalacji 106
Aktualna Wersja 1.2.1
Ostatnia Aktualizacja 2024-02-29
Data Publikacji 2024-01-17
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper https://www.thunderbit.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.thunderbit.com/privacy-policy
Obsługiwane Języki 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"
}