Gmail Gifline
The fastest way to include gif in your emails
Co to jest Gmail Gifline?
Gmail Gifline to rozszerzenie Chrome opracowane przez zehfernandes, a jego główną funkcją jest „The fastest way to include gif in your emails”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gmail Gifline
Pobierz pliki rozszerzeń Gmail Gifline w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Write in any place of gmail compose box /gif me thegifyouneed /gif thegifyouneed or ::gif me thegifyouneed ::gif thegifyouneed and done.
Podstawowe informacje o rozszerzeniu
Nazwa | Gmail Gifline |
ID | mcmandlkgdpmhpaebifnnepgokcjncej |
Oficjalny URL | https://chromewebstore.google.com/detail/gmail-gifline/mcmandlkgdpmhpaebifnnepgokcjncej |
Opis | The fastest way to include gif in your emails |
Rozmiar pliku | 70.39 KB |
Liczba instalacji | 870 |
Aktualna Wersja | 1.7 |
Ostatnia Aktualizacja | 2019-06-04 |
Data Publikacji | 2019-06-04 |
Ocena | 4.10/5 Łącznie 10 Oceny |
Deweloper | zehfernandes |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://zehfernandes.github.io/gifline/ |
Obsługiwane Języki | 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 } |