Flow: ChatGPT Sidebar

Flow is the Ultimate ChatGPT Sidebar & Assistant, built to super-charge your experience! ⚡

Was ist Flow: ChatGPT Sidebar?

Flow: ChatGPT Sidebar ist eine Chrome-Erweiterung, die von ValueFoundry entwickelt wurde, und ihr Hauptmerkmal ist "Flow is the Ultimate ChatGPT Sidebar & Assistant, built to super-charge your experience! ⚡".

Erweiterungsscreenshots

screenshot

Flow: ChatGPT Sidebar-Erweiterungs-CRX-Datei herunterladen

Laden Sie Flow: ChatGPT Sidebar-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

                        Flow is the Best ChatGPT Sidebar Assistant that enables you to seamlessly access the power of ChatGPT, everywhere & anytime while browsing the internet!

Super-charge your ChatGPT experience & leverage the power of AI, all at your fingertips!

Boost your productivity, and keep your creative juices flowing by seamlessly integrating our powerful ChatGPT Assistant into your daily browsing experience. 

Context-switching between 100 different tabs can be a massive drainer.
Side panels & sidebars help prevent that by keeping your work flow uninterrupted.
Install the Flow sidebar and revolutionize the way you interact with your favorite AI tool: OpenAI's ChatGPT!

Key features & benefits:

1. Easy & Quick Access to ChatGPT:
Flow enables you with quick access to ChatGPT everywhere within your browser. Just click on the extension icon or use the [Alt + C] shortcut to open the sidebar assistant, and you're good to go!

2. Seamless Integration:
Flow is designed to blend seamlessly into your browsing experience. It allows you to interact with ChatGPT without disrupting your workflow. The side-panel's size is adjustable and can be customized to suit your preferences.

3. Time-saving:
Flow helps you save time by providing you with quick access to ChatGPT. The extension brings ChatGPT directly to you, ensuring you have a fast and efficient experience.

4. Enhanced Productivity:
The ability to access ChatGPT without any interruptions significantly improves productivity. This enables you to generate ideas, research on topics, draft content, and brainstorm without losing focus or momentum. Stay in the zone and let your creativity soar!

The Flow Sidebar & Assistant is a game-changer for anyone who relies on ChatGPT for daily work, research, learning, & problem-solving! 

Whether you're a student, professional, or content creator, the Flow will transform the way you work, forever!                    

Grundlegende Informationen zur Erweiterung

Name Flow: ChatGPT Sidebar Flow: ChatGPT Sidebar
ID ndmldohefgmnciihihioeeoiobchcmgi
Offizielle URL https://chromewebstore.google.com/detail/flow-chatgpt-sidebar/ndmldohefgmnciihihioeeoiobchcmgi
Beschreibung Flow is the Ultimate ChatGPT Sidebar & Assistant, built to super-charge your experience! ⚡
Dateigröße 127 KB
Installationsanzahl 1,112
Aktuelle Version 1.4.6
Letztes Update 2023-08-25
Veröffentlichungsdatum 2023-05-30
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler ValueFoundry
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://chrome.google.com/webstore/detail/ndmldohefgmnciihihioeeoiobchcmgi/support
URL der Datenschutzrichtlinien-Seite https://browsebetter.io/privacy-policy.php
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Flow: ChatGPT Sidebar",
    "short_name": "ChatGPT Sidebar",
    "version": "1.4.6",
    "description": "Flow is the Ultimate ChatGPT Sidebar & Assistant, built to super-charge your experience! \u26a1",
    "icons": {
        "32": "images\/32.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "permissions": [
        "sidePanel",
        "unlimitedStorage",
        "storage",
        "background",
        "contextMenus",
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rule.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/*.openai.com\/*"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.openai.com\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/content_script.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/all.js"
            ],
            "css": [
                "all.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "extension_ids": [
                "*"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+C",
                "windows": "Alt+C",
                "mac": "Alt+C",
                "chromeos": "Alt+C",
                "linux": "Alt+C"
            },
            "description": "Press Alt + C to open ChatGPT"
        }
    },
    "offline_enabled": true,
    "author": "Flow: ChatGPT Sidebar",
    "background": {
        "service_worker": "js\/service.js"
    },
    "content_security_policy": {
        "extension_pages": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'",
        "content_scripts": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'"
    },
    "minimum_chrome_version": "114",
    "action": {
        "default_icon": {
            "32": "images\/32.png",
            "64": "images\/64.png",
            "128": "images\/128.png"
        },
        "default_title": "Flow: ChatGPT Sidebar [Alt + C]"
    }
}