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.

¿Qué es GIPHY for Gmail?

GIPHY for Gmail es una extensión de Chrome desarrollada por Giphy, Inc., y su función principal es "Add the power of GIPHY to your Gmail experience. Search and discover the best GIFs for your every email need quickly and easily.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión GIPHY for Gmail

Descarga archivos de extensión GIPHY for Gmail en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre GIPHY for Gmail GIPHY for Gmail
ID andgibkjiikabclfdkecpmdkfanpdapf
URL Oficial https://chromewebstore.google.com/detail/giphy-for-gmail/andgibkjiikabclfdkecpmdkfanpdapf
Descripción Add the power of GIPHY to your Gmail experience. Search and discover the best GIFs for your every email need quickly and easily.
Tamaño del Archivo 1.3 MB
Cantidad de Instalaciones 119,835
Versión Actual 3.14
Última Actualización 2023-05-12
Fecha de Publicación 2019-08-22
Calificación 3.80/5 Total de 117 Calificaciones
Desarrollador Giphy, Inc.
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.giphy.com
URL de la Página de Política de Privacidad https://support.giphy.com/hc/en-us/articles/360032872931
Idiomas Soportados 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\/"
    ]
}