Easy Reply

Easy Reply is a powerful and convenient Gmail extension that simplifies the process of getting others to respond to your emails.

ما هو Easy Reply؟

Easy Reply هو إضافة Chrome تم تطويرها بواسطة https://www.easyreply.ai، والميزة الرئيسية لها هي "Easy Reply is a powerful and convenient Gmail extension that simplifies the process of getting others to respond to your emails.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Easy Reply

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

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

                        Easy Reply makes it easy for others to respond to your emails. 

Provide your recipients with a selection of pre-written responses, making it quick and easy for them to reply to your emails. This can be particularly useful for salespeople seeking to engage with prospects or anyone who wants to streamline email communication and get quick responses. 

With Easy Reply, you can save time and effort while still getting the answers you need.                    

معلومات أساسية عن التمديد

الاسم Easy Reply Easy Reply
ID kndiflkclichoaichjidffmdachdpjhn
عنوان URL الرسمي https://chromewebstore.google.com/detail/easy-reply/kndiflkclichoaichjidffmdachdpjhn
الوصف Easy Reply is a powerful and convenient Gmail extension that simplifies the process of getting others to respond to your emails.
حجم الملف 179 KB
عدد التثبيتات 134
النسخة الحالية 1.65.8
آخر تحديث 2024-02-28
تاريخ النشر 2023-01-23
تقييم 5.00/5 مجموع تقييمات 3
المطور https://www.easyreply.ai
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة http://www.easyreply.ai
عنوان صفحة المساعدة https://www.easyreply.ai/support
عنوان صفحة سياسة الخصوصية http://www.easyreply.ai/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "[email protected]",
    "description": "Easy Reply is a powerful and convenient Gmail extension that simplifies the process of getting others to respond to your emails.",
    "name": "Easy Reply",
    "version": "1.65.8",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icons\/icon.png",
            "19": "icons\/icon.png",
            "32": "icons\/icon.png",
            "38": "icons\/icon.png"
        }
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "src\/entries\/contentScript\/primary\/main.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        },
        {
            "js": [
                "src\/entries\/contentScript\/primary\/content.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/easyreply.vercel.app\/*",
        "https:\/\/app.easyreply.ai\/*",
        "http:\/\/localhost:3000\/*"
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon.png",
        "19": "icons\/icon.png",
        "32": "icons\/icon.png",
        "38": "icons\/icon.png",
        "48": "icons\/icon.png",
        "64": "icons\/icon.png",
        "96": "icons\/icon.png",
        "128": "icons\/icon.png",
        "256": "icons\/icon.png",
        "512": "icons\/icon.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "icons\/icon.png"
            ]
        },
        {
            "resources": [
                "assets\/src\/entries\/contentScript\/primary\/main-03424130.js",
                "assets\/icon-f198090f.png",
                "assets\/AppStore-6db283cc.js",
                "assets\/main-0853d80b.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}