Gmail Gifline

The fastest way to include gif in your emails

ما هو Gmail Gifline؟

Gmail Gifline هو إضافة Chrome تم تطويرها بواسطة zehfernandes، والميزة الرئيسية لها هي "The fastest way to include gif in your emails".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Write in any place of gmail compose box 

/gif me thegifyouneed
/gif thegifyouneed

or 

::gif me thegifyouneed
::gif thegifyouneed


and done.                    

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

الاسم Gmail Gifline Gmail Gifline
ID mcmandlkgdpmhpaebifnnepgokcjncej
عنوان URL الرسمي https://chromewebstore.google.com/detail/gmail-gifline/mcmandlkgdpmhpaebifnnepgokcjncej
الوصف The fastest way to include gif in your emails
حجم الملف 70.39 KB
عدد التثبيتات 870
النسخة الحالية 1.7
آخر تحديث 2019-06-04
تاريخ النشر 2019-06-04
تقييم 4.10/5 مجموع تقييمات 10
المطور zehfernandes
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://zehfernandes.github.io/gifline/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Gifline",
    "version": "1.7",
    "description": "The fastest way to include gif in your emails",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/mail.google.com\/*",
        "tabs"
    ],
    "web_accessible_resources": [
        "jquery-3.4.1.min.js",
        "gmail.js",
        "main.js"
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "manifest_version": 2
}