ChatFlash – ChatGPT with your own voice

Create content in a flash anywhere! With the ChatFlash browser extension you can access neuroflash everywhere you write.

Was ist ChatFlash – ChatGPT with your own voice?

ChatFlash – ChatGPT with your own voice ist eine Chrome-Erweiterung, die von neuroflash entwickelt wurde, und ihr Hauptmerkmal ist "Create content in a flash anywhere! With the ChatFlash browser extension you can access neuroflash everywhere you write.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

ChatFlash – ChatGPT with your own voice-Erweiterungs-CRX-Datei herunterladen

Laden Sie ChatFlash – ChatGPT with your own voice-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

                        Tired of having to log in to AI tools, engineer a perfect prompt, then copy & paste your answers into FB, Twitter, Webflow, etc?

The ChatFlash browser extension is what’s missing in ChatGPT: a new extension experience that brings AI to anywhere you work in a simple cursor — whether you’re creating social content or responding to emails. 

No more copying and pasting! The extension will be directly linked to your neuroflash account so you can pick up right where you left.

Wondering about the use cases you’ll find the browser extension helpful?
Let’s guide you through a few of them:

✏️ Rewriting existing content?
You can easily rewrite, repurpose, or summarize content using commands like, “Summarize the content above in 3 bullet points.”

📧 Responding to emails?
Just copy/paste the email into the ChatFlash browser extension and let it write your reply. 

📱Creating social content?
Writing social media content can be a breeze. Open the browser extension on any platform and tell ChatFlash what to write.

⭐ ️ Need inspiration?
Brainstorm new ideas on any website without losing focus and being able to directly keep on working.

.... and all in your very own tonality, brand style and voice - with ChatFlash personalities.                    

Grundlegende Informationen zur Erweiterung

Name ChatFlash – ChatGPT with your own voice ChatFlash – ChatGPT with your own voice
ID njkkmgnoknkknfelokcjldjlnkgnedcm
Offizielle URL https://chromewebstore.google.com/detail/chatflash-%E2%80%93-chatgpt-with/njkkmgnoknkknfelokcjldjlnkgnedcm
Beschreibung Create content in a flash anywhere! With the ChatFlash browser extension you can access neuroflash everywhere you write.
Dateigröße 618 KB
Installationsanzahl 4,464
Aktuelle Version 1.2.3
Letztes Update 2024-02-05
Veröffentlichungsdatum 2023-05-28
Bewertung 3.38/5 Insgesamt 8 Bewertungen
Entwickler neuroflash
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://neuroflash.com/
Hilfeseite URL https://neuroflash.com/contact/
URL der Datenschutzrichtlinien-Seite https://neuroflash.com/privacy-statement
Unterstützte Sprachen de,en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "1.2.3",
    "author": "Tommy M\u00f6nnich",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "identity",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "sidebar.c7a2888e.js"
            ],
            "exclude_matches": [
                "https:\/\/app.neuro-flash.com\/*",
                "https:\/\/app.neuro-flash.com:5011\/*"
            ],
            "css": [
                "sidebar.9059ab91.css"
            ]
        }
    ],
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "roboto-cyrillic-ext-400-normal.548957df.woff2",
                "roboto-all-400-normal.9e931234.woff",
                "roboto-cyrillic-400-normal.7660cf93.woff2",
                "roboto-greek-ext-400-normal.e6fff7a5.woff2",
                "roboto-greek-400-normal.db23a465.woff2",
                "roboto-vietnamese-400-normal.ce110324.woff2",
                "roboto-latin-ext-400-normal.c9c92163.woff2",
                "roboto-latin-400-normal.605ebf89.woff2",
                "sidebar.361c7300.css"
            ]
        }
    ]
}