GIPHY for Gmail

Add the power of GIPHY to your Gmail experience. Search and discover the best GIFs for your every email need quickly and easily.

ما هو GIPHY for Gmail؟

GIPHY for Gmail هو إضافة Chrome تم تطويرها بواسطة Giphy, Inc.، والميزة الرئيسية لها هي "Add the power of GIPHY to your Gmail experience. Search and discover the best GIFs for your every email need quickly and easily.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Easily add GIFs, Stickers, Emojis and more to your emails with the Giphy for Gmail Extension. Just click "Compose" inside the Gmail web client and then tap the GIPHY icon in the toolbar. Search and browse the entire GIPHY library or create your own custom Test Stickers! Once you've found the perfect GIF just tap it and its automatically added to your email.

Feel free to drop us a line if you have any issues or ideas to make it better at: [email protected]

💖 With love,

-GIPHY                    

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

الاسم GIPHY for Gmail GIPHY for Gmail
ID andgibkjiikabclfdkecpmdkfanpdapf
عنوان URL الرسمي https://chromewebstore.google.com/detail/giphy-for-gmail/andgibkjiikabclfdkecpmdkfanpdapf
الوصف Add the power of GIPHY to your Gmail experience. Search and discover the best GIFs for your every email need quickly and easily.
حجم الملف 1.3 MB
عدد التثبيتات 119,835
النسخة الحالية 3.14
آخر تحديث 2023-05-12
تاريخ النشر 2019-08-22
تقييم 3.80/5 مجموع تقييمات 117
المطور Giphy, Inc.
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.giphy.com
عنوان صفحة سياسة الخصوصية https://support.giphy.com/hc/en-us/articles/360032872931
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GIPHY for Gmail",
    "version": "3.14",
    "description": "Add the power of GIPHY to your Gmail experience. Search and discover the best GIFs for your every email need quickly and easily.",
    "manifest_version": 3,
    "icons": {
        "128": "\/img\/128x128_vertical.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                ".\/index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": [],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/"
    ]
}