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.

What is GIPHY for Gmail?

GIPHY for Gmail is a Chrome extension developed by Giphy, Inc., and its main feature is "Add the power of GIPHY to your Gmail experience. Search and discover the best GIFs for your every email need quickly and easily.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download GIPHY for Gmail Extension CRX File

Download GIPHY for Gmail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name GIPHY for Gmail GIPHY for Gmail
ID andgibkjiikabclfdkecpmdkfanpdapf
Official URL https://chromewebstore.google.com/detail/giphy-for-gmail/andgibkjiikabclfdkecpmdkfanpdapf
Description Add the power of GIPHY to your Gmail experience. Search and discover the best GIFs for your every email need quickly and easily.
File Size 1.3 MB
Installation Count 119,835
Current Version 3.14
Last Updated 2023-05-12
Publish Date 2019-08-22
Rating 3.80/5 Total 117 Ratings
Developer Giphy, Inc.
Email [email protected]
Payment Type free
Extension Website https://www.giphy.com
Privacy Policy Page URL https://support.giphy.com/hc/en-us/articles/360032872931
Supported Languages 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\/"
    ]
}