Gmail Gifline

The fastest way to include gif in your emails

Gmail Gifline là gì?

Gmail Gifline là một tiện ích mở rộng Chrome được phát triển bởi zehfernandes, và tính năng chính của nó là "The fastest way to include gif in your emails".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gmail Gifline

Tải xuống các tệp mở rộng Gmail Gifline dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Write in any place of gmail compose box 

/gif me thegifyouneed
/gif thegifyouneed

or 

::gif me thegifyouneed
::gif thegifyouneed


and done.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gmail Gifline Gmail Gifline
ID mcmandlkgdpmhpaebifnnepgokcjncej
URL Chính Thức https://chromewebstore.google.com/detail/gmail-gifline/mcmandlkgdpmhpaebifnnepgokcjncej
Mô tả The fastest way to include gif in your emails
Kích Thước Tệp 70.39 KB
Số Lần Cài Đặt 870
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2019-06-04
Ngày Phát Hành 2019-06-04
Đánh Giá 4.10/5 Tổng số 10 Đánh Giá
Nhà Phát Triển zehfernandes
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://zehfernandes.github.io/gifline/
Ngôn Ngữ Được Hỗ Trợ 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
}