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 |
Eメール | [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" ] } |