WritePanda - AI

Your personal AI writing assistant.

ما هو WritePanda - AI؟

WritePanda - AI هو إضافة Chrome تم تطويرها بواسطة https://writepanda.io، والميزة الرئيسية لها هي "Your personal AI writing assistant.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة WritePanda - AI

قم بتنزيل ملفات الامتداد WritePanda - AI بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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/
عنوان صفحة المساعدة https://writepanda.io/support
عنوان صفحة سياسة الخصوصية 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"
    ]
}