Gmail Gifline
The fastest way to include gif in your emails
Vad är Gmail Gifline?
Gmail Gifline är en Chrome-tillägg utvecklad av zehfernandes, och dess huvudfunktion är "The fastest way to include gif in your emails".
Tilläggsskärmbilder
Ladda ner Gmail Gifline-förlängningens CRX-fil
Ladda ner Gmail Gifline-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Write in any place of gmail compose box /gif me thegifyouneed /gif thegifyouneed or ::gif me thegifyouneed ::gif thegifyouneed and done.
Grundläggande Information om Tillägg
Namn | Gmail Gifline |
ID | mcmandlkgdpmhpaebifnnepgokcjncej |
Officiell webbadress | https://chromewebstore.google.com/detail/gmail-gifline/mcmandlkgdpmhpaebifnnepgokcjncej |
Beskrivning | The fastest way to include gif in your emails |
Filstorlek | 70.39 KB |
Antal Installationer | 870 |
Aktuell Version | 1.7 |
Senast Uppdaterad | 2019-06-04 |
Publiceringsdatum | 2019-06-04 |
Betyg | 4.10/5 Totalt 10 Betyg |
Utvecklare | zehfernandes |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://zehfernandes.github.io/gifline/ |
Stödda Språk | 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 } |