Gmail composer

to compose an email directly

ما هو Gmail composer؟

Gmail composer هو إضافة Chrome تم تطويرها بواسطة tolanitechnosoft، والميزة الرئيسية لها هي "to compose an email directly".

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

screenshot

تحميل ملف CRX للإضافة Gmail composer

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

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

                        Compose email from the logged in Gmail account on Google Chrome browser in just one click.

Simply click on the extension icon and it will load 'Compose Email' screen for the logged in Gmail account on your Google Chrome browser as shown in the image.                    

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

الاسم Gmail composer Gmail composer
ID jpjdeadkghlkagcbmlgefnlehdcpifpf
عنوان URL الرسمي https://chromewebstore.google.com/detail/gmail-composer/jpjdeadkghlkagcbmlgefnlehdcpifpf
الوصف to compose an email directly
حجم الملف 19.62 KB
عدد التثبيتات 211
النسخة الحالية 1.0.1
آخر تحديث 2020-10-08
تاريخ النشر 2020-10-08
تقييم 5.00/5 مجموع تقييمات 2
المطور tolanitechnosoft
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gmail composer",
    "description": "to compose an email directly ",
    "version": "1.0.1",
    "icons": {
        "128": "Final_128.png"
    },
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "Final_128.png"
    },
    "permissions": [
        "tabs"
    ]
}