bundleIQ

Get intelligent suggestions while you write.

Was ist bundleIQ?

bundleIQ ist eine Chrome-Erweiterung, die von bundleIQ entwickelt wurde, und ihr Hauptmerkmal ist "Get intelligent suggestions while you write.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

bundleIQ-Erweiterungs-CRX-Datei herunterladen

Laden Sie bundleIQ-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

                        bundleIQ Chrome Extension: Your AI-Powered Research Companion powered by Alani! 

Effortlessly summarize articles and web pages, including YouTube videos and PDFs, with a single click. This extension features ChatGPT-like AI chat capability, allowing you to interact with web pages and extract key insights. It efficiently filters out irrelevant content, highlighting crucial details to save you time. 

Perfect for professionals like researchers, academics, analysts, and journalists, it offers a suite of tools including ChatGPT integration, semantic and question-based search, cloud storage, and document editing. 

Enhance your bundleIQ experience and streamline your knowledge work with this versatile Chrome Extension.

NEW Features & Functionality in version 4.6.1

  •  Enhanced summarization. 
  •  Bug fixes
  •  Updated the login functionality                    

Grundlegende Informationen zur Erweiterung

Name bundleIQ bundleIQ
ID olidoialnlcdepmehacnojkhanbfkmbc
Offizielle URL https://chromewebstore.google.com/detail/bundleiq/olidoialnlcdepmehacnojkhanbfkmbc
Beschreibung Get intelligent suggestions while you write.
Dateigröße 391 KB
Installationsanzahl 1,301
Aktuelle Version 4.6.1
Letztes Update 2024-01-17
Veröffentlichungsdatum 2021-03-12
Bewertung 4.59/5 Insgesamt 17 Bewertungen
Entwickler bundleIQ
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.bundleiq.com/
Hilfeseite URL https://www.bundleiq.com/
URL der Datenschutzrichtlinien-Seite https://www.bundleiq.com/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "bundleIQ",
    "version": "4.6.1",
    "description": "Get intelligent suggestions while you write.",
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "activeTab",
        "scripting"
    ],
    "author": "bundleIQ",
    "short_name": "bundleIQ Extension",
    "action": {
        "default_popup": "popup.html",
        "default_title": "bundleIQ",
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*",
                "content.js",
                "background.js",
                "eventPage.js",
                "foreground.js",
                "inject-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self';connect-src * data: blob: filesystem:;style-src 'self' data: 'unsafe-inline';img-src * 'self' data: https:;frame-src 'self' data:;font-src 'self' data:;media-src * data: blob: filesystem:;"
    },
    "oauth2": {
        "client_id": "152647685470-rfnk58gm4h7h2m1mndcfjjfug5q4qhl3.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email",
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly"
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F",
                "chromeos": "Ctrl+Shift+F"
            },
            "description": "Opens IQ"
        },
        "save_note": {
            "suggested_key": "Alt+Shift+S",
            "description": "Save as note"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.bundleiq.com\/*",
            "https:\/\/app-development.bundleiq.com\/*",
            "https:\/\/app.staging.bundleiq.com\/*",
            "http:\/\/localhost:4200\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlf9haqlvxCxkM7DeeLXuceueLSqGujExEN5H\/YB\/zYxD3kqjeEZ9RLFN8rcH7SinP4XuhqllNrECu3YHOoMk1NRMeSaivBO8H5m8YXdx+njR2YtvCZdXquZMW9a\/nWj2o9SyzAZwoe1r6NJL+sZc2V3PXRQBL7Z8\/svMh5bF0hrX0r5WaMKy2ICicsmo57IdKHW5wRyosLka3FXX8vK\/VqmbcMlnAe8wdXZAGAQF\/PHX4\/tewXE+D4aRFfadF1DpkaoWXrdrg8HZp5iId\/UBLQ9AOSfr1b6c2u+xaPkUBtIz8cdntnxlZF26428UTQKYrNlBc+RRG0S8flCC7vXN2QIDAQAB"
}