WritePanda - AI

Your personal AI writing assistant.

WritePanda - AI là gì?

WritePanda - AI là một tiện ích mở rộng Chrome được phát triển bởi https://writepanda.io, và tính năng chính của nó là "Your personal AI writing assistant.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WritePanda - AI

Tải xuống các tệp mở rộng WritePanda - AI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WritePanda - AI WritePanda - AI
ID haaaebchamjnnglhdjgkdjmdieladcmk
URL Chính Thức https://chromewebstore.google.com/detail/writepanda-ai/haaaebchamjnnglhdjgkdjmdieladcmk
Mô tả Your personal AI writing assistant.
Kích Thước Tệp 41.85 KB
Số Lần Cài Đặt 145
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2023-04-16
Ngày Phát Hành 2023-02-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://writepanda.io
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://writepanda.io/
URL Trang Trợ Giúp https://writepanda.io/support
URL Trang Chính Sách Bảo Mật https://app.writepanda.io/legal?tab=privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}