Gmail Gifline
The fastest way to include gif in your emails
Hvad er Gmail Gifline?
Gmail Gifline er en Chrome-udvidelse udviklet af zehfernandes, og dens hovedfunktion er "The fastest way to include gif in your emails".
Udvidelsesskærmbilleder
Download Gmail Gifline-udvidelses-CRX-fil
Download Gmail Gifline-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Write in any place of gmail compose box /gif me thegifyouneed /gif thegifyouneed or ::gif me thegifyouneed ::gif thegifyouneed and done.
Grundlæggende oplysninger om udvidelsen
Navn | Gmail Gifline |
ID | mcmandlkgdpmhpaebifnnepgokcjncej |
Officiel URL | https://chromewebstore.google.com/detail/gmail-gifline/mcmandlkgdpmhpaebifnnepgokcjncej |
Beskrivelse | The fastest way to include gif in your emails |
Filstørrelse | 70.39 KB |
Antal Installationer | 870 |
Nuværende Version | 1.7 |
Senest Opdateret | 2019-06-04 |
Udgivelsesdato | 2019-06-04 |
Bedømmelse | 4.10/5 Samlet 10 Bedømmelser |
Udvikler | zehfernandes |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://zehfernandes.github.io/gifline/ |
Understøttede Sprog | 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 } |