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 |
官方網址 | 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" ] } |