WritePanda - AI
Your personal AI writing assistant.
Qu'est-ce que WritePanda - AI ?
WritePanda - AI est une extension Chrome développée par https://writepanda.io, et sa fonction principale est "Your personal AI writing assistant.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WritePanda - AI
Téléchargez les fichiers d'extension WritePanda - AI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | WritePanda - AI |
ID | haaaebchamjnnglhdjgkdjmdieladcmk |
URL Officiel | https://chromewebstore.google.com/detail/writepanda-ai/haaaebchamjnnglhdjgkdjmdieladcmk |
Description | Your personal AI writing assistant. |
Taille du Fichier | 41.85 KB |
Nombre d'Installations | 145 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2023-04-16 |
Date de Publication | 2023-02-04 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://writepanda.io |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://writepanda.io/ |
URL de la Page d'Aide | https://writepanda.io/support |
URL de la Page de Politique de Confidentialité | https://app.writepanda.io/legal?tab=privacy |
Langues Prises en Charge | 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" ] } |