Gmail Gifline
The fastest way to include gif in your emails
Wat is Gmail Gifline?
Gmail Gifline is een Chrome-extensie ontwikkeld door zehfernandes, en de belangrijkste functie is "The fastest way to include gif in your emails".
Extensie Screenshots
Download het CRX-bestand van de extensie Gmail Gifline
Download Gmail Gifline-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Write in any place of gmail compose box
/gif me thegifyouneed
/gif thegifyouneed
or
::gif me thegifyouneed
::gif thegifyouneed
and done. Basisinformatie over de Extensie
| Naam | |
| ID | mcmandlkgdpmhpaebifnnepgokcjncej |
| Officiële URL | https://chromewebstore.google.com/detail/gmail-gifline/mcmandlkgdpmhpaebifnnepgokcjncej |
| Beschrijving | The fastest way to include gif in your emails |
| Bestandsgrootte | 70.39 KB |
| Aantal Installaties | 870 |
| Huidige Versie | 1.7 |
| Laatst Bijgewerkt | 2019-06-04 |
| Publicatiedatum | 2019-06-04 |
| Beoordeling | 4.10/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | zehfernandes |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://zehfernandes.github.io/gifline/ |
| Ondersteunde Talen | 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
} | |