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.

Cos'è GIPHY for Gmail?

GIPHY for Gmail è un'estensione di Chrome sviluppata da Giphy, Inc., e la sua funzione principale è "Add the power of GIPHY to your Gmail experience. Search and discover the best GIFs for your every email need quickly and easily.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GIPHY for Gmail

Scarica i file di estensione GIPHY for Gmail in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome GIPHY for Gmail GIPHY for Gmail
ID andgibkjiikabclfdkecpmdkfanpdapf
URL Ufficiale https://chromewebstore.google.com/detail/giphy-for-gmail/andgibkjiikabclfdkecpmdkfanpdapf
Descrizione Add the power of GIPHY to your Gmail experience. Search and discover the best GIFs for your every email need quickly and easily.
Dimensione del File 1.3 MB
Conteggio Installazioni 119,835
Versione Corrente 3.14
Ultimo Aggiornamento 2023-05-12
Data di Pubblicazione 2019-08-22
Valutazione 3.80/5 Totale 117 Valutazioni
Sviluppatore Giphy, Inc.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.giphy.com
URL della Pagina della Politica sulla Privacy https://support.giphy.com/hc/en-us/articles/360032872931
Lingue Supportate 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\/"
    ]
}