WritePanda - AI
Your personal AI writing assistant.
WritePanda - AIคืออะไร?
WritePanda - AI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://writepanda.io และคุณลักษณะหลักของมันคือ "Your personal AI writing assistant."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WritePanda - AI
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |