WritePanda - AI
Your personal AI writing assistant.
什么是WritePanda - AI?
WritePanda - AI是由https://writepanda.io开发的Chrome扩展程序,该扩展的主要功能是“Your personal AI writing assistant.”。
扩展截图
下载WritePanda - AI扩展crx文件
下载WritePanda - AI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | WritePanda - AI |
ID | haaaebchamjnnglhdjgkdjmdieladcmk |
官方URL | https://chromewebstore.google.com/detail/writepanda-ai/haaaebchamjnnglhdjgkdjmdieladcmk |
简介 | Your personal AI writing assistant. |
文件大小 | 41.85 KB |
安装次数 | 145 |
当前版本 | 0.5 |
更新时间 | 2023-04-16 |
上架时间 | 2023-02-04 |
评分 | 5.00/5 共2次评分 |
开发者 | https://writepanda.io |
电子邮箱 | [email protected] |
付费类型 | in_app |
扩展官网 | https://writepanda.io/ |
帮助页面URL | https://writepanda.io/support |
隐私政策页面URL | https://app.writepanda.io/legal?tab=privacy |
支持的语言 | 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" ] } |