Gmail Gifline

The fastest way to include gif in your emails

Cos'è Gmail Gifline?

Gmail Gifline è un'estensione di Chrome sviluppata da zehfernandes, e la sua funzione principale è "The fastest way to include gif in your emails".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Gmail Gifline

Scarica i file di estensione Gmail Gifline 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

                        Write in any place of gmail compose box 

/gif me thegifyouneed
/gif thegifyouneed

or 

::gif me thegifyouneed
::gif thegifyouneed


and done.                    

Informazioni di Base sull'Estensione

Nome Gmail Gifline Gmail Gifline
ID mcmandlkgdpmhpaebifnnepgokcjncej
URL Ufficiale https://chromewebstore.google.com/detail/gmail-gifline/mcmandlkgdpmhpaebifnnepgokcjncej
Descrizione The fastest way to include gif in your emails
Dimensione del File 70.39 KB
Conteggio Installazioni 870
Versione Corrente 1.7
Ultimo Aggiornamento 2019-06-04
Data di Pubblicazione 2019-06-04
Valutazione 4.10/5 Totale 10 Valutazioni
Sviluppatore zehfernandes
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://zehfernandes.github.io/gifline/
Lingue Supportate 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
}