WritePanda - AI
Your personal AI writing assistant.
Wat is WritePanda - AI?
WritePanda - AI is een Chrome-extensie ontwikkeld door https://writepanda.io, en de belangrijkste functie is "Your personal AI writing assistant.".
Extensie Screenshots
Download het CRX-bestand van de extensie WritePanda - AI
Download WritePanda - AI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | WritePanda - AI |
ID | haaaebchamjnnglhdjgkdjmdieladcmk |
Officiële URL | https://chromewebstore.google.com/detail/writepanda-ai/haaaebchamjnnglhdjgkdjmdieladcmk |
Beschrijving | Your personal AI writing assistant. |
Bestandsgrootte | 41.85 KB |
Aantal Installaties | 145 |
Huidige Versie | 0.5 |
Laatst Bijgewerkt | 2023-04-16 |
Publicatiedatum | 2023-02-04 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://writepanda.io |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://writepanda.io/ |
Help Pagina-URL | https://writepanda.io/support |
URL van de Privacybeleid Pagina | https://app.writepanda.io/legal?tab=privacy |
Ondersteunde Talen | 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" ] } |