WritePanda - AI

Your personal AI writing assistant.

Was ist WritePanda - AI?

WritePanda - AI ist eine Chrome-Erweiterung, die von https://writepanda.io entwickelt wurde, und ihr Hauptmerkmal ist "Your personal AI writing assistant.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

WritePanda - AI-Erweiterungs-CRX-Datei herunterladen

Laden Sie WritePanda - AI-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

                        Write Panda is the ultimate writing assistant for everyone! It helps you create professional content quickly and easily. 

With Write Panda, you can quickly select any text and rephrase it professionally. 

You can also select an email and compose a professional response in no time. Create replies to Twitter/LinkedIn messages easily, with more than 50+ prebuilt templates to choose from. Write Panda also features companion web and mobile apps to make your writing process even easier. Get your writing done quickly and efficiently with Write Panda!                    

Grundlegende Informationen zur Erweiterung

Name WritePanda - AI WritePanda - AI
ID haaaebchamjnnglhdjgkdjmdieladcmk
Offizielle URL https://chromewebstore.google.com/detail/writepanda-ai/haaaebchamjnnglhdjgkdjmdieladcmk
Beschreibung Your personal AI writing assistant.
Dateigröße 41.85 KB
Installationsanzahl 145
Aktuelle Version 0.5
Letztes Update 2023-04-16
Veröffentlichungsdatum 2023-02-04
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://writepanda.io
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://writepanda.io/
Hilfeseite URL https://writepanda.io/support
URL der Datenschutzrichtlinien-Seite https://app.writepanda.io/legal?tab=privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WritePanda - AI",
    "description": "Your personal AI writing assistant.",
    "version": "0.5",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}