Gmail Gifline
The fastest way to include gif in your emails
What is Gmail Gifline?
Gmail Gifline is a Chrome extension developed by zehfernandes, and its main feature is "The fastest way to include gif in your emails".
Extension Screenshots
Download Gmail Gifline Extension CRX File
Download Gmail Gifline extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Write in any place of gmail compose box /gif me thegifyouneed /gif thegifyouneed or ::gif me thegifyouneed ::gif thegifyouneed and done.
Extension Basic Information
Name | Gmail Gifline |
ID | mcmandlkgdpmhpaebifnnepgokcjncej |
Official URL | https://chromewebstore.google.com/detail/gmail-gifline/mcmandlkgdpmhpaebifnnepgokcjncej |
Description | The fastest way to include gif in your emails |
File Size | 70.39 KB |
Installation Count | 870 |
Current Version | 1.7 |
Last Updated | 2019-06-04 |
Publish Date | 2019-06-04 |
Rating | 4.10/5 Total 10 Ratings |
Developer | zehfernandes |
[email protected] | |
Payment Type | free |
Extension Website | http://zehfernandes.github.io/gifline/ |
Supported Languages | 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 } |