Gmail Gifline

The fastest way to include gif in your emails

Apa itu Gmail Gifline?

Gmail Gifline adalah ekstensi Chrome yang dikembangkan oleh zehfernandes, dan fitur utamanya adalah "The fastest way to include gif in your emails".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Gmail Gifline

Unduh file ekstensi Gmail Gifline dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Write in any place of gmail compose box 

/gif me thegifyouneed
/gif thegifyouneed

or 

::gif me thegifyouneed
::gif thegifyouneed


and done.                    

Informasi Dasar Ekstensi

Nama Gmail Gifline Gmail Gifline
ID mcmandlkgdpmhpaebifnnepgokcjncej
URL Resmi https://chromewebstore.google.com/detail/gmail-gifline/mcmandlkgdpmhpaebifnnepgokcjncej
Deskripsi The fastest way to include gif in your emails
Ukuran File 70.39 KB
Jumlah Instalasi 870
Versi Saat Ini 1.7
Terakhir Diperbarui 2019-06-04
Tanggal Publikasi 2019-06-04
Penilaian 4.10/5 Total 10 Penilaian
Pengembang zehfernandes
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://zehfernandes.github.io/gifline/
Bahasa yang Didukung 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
}