Automatic GMail Editor Toolbar
Shows editor toolbar automatically when sending a new mail in Gmail.
Wat is Automatic GMail Editor Toolbar?
Automatic GMail Editor Toolbar is een Chrome-extensie ontwikkeld door The SmartTHING Limited, en de belangrijkste functie is "Shows editor toolbar automatically when sending a new mail in Gmail.".
Extensie Screenshots
Download het CRX-bestand van de extensie Automatic GMail Editor Toolbar
Download Automatic GMail Editor Toolbar-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
Basisinformatie over de Extensie
| Naam | |
| ID | hnipkcglmifdjopegjpidombdofdbbdd |
| Officiële URL | https://chromewebstore.google.com/detail/automatic-gmail-editor-to/hnipkcglmifdjopegjpidombdofdbbdd |
| Beschrijving | Shows editor toolbar automatically when sending a new mail in Gmail. |
| Bestandsgrootte | 3.49 KB |
| Aantal Installaties | 34 |
| Huidige Versie | 1.5 |
| Laatst Bijgewerkt | 2014-02-06 |
| Publicatiedatum | 2014-02-06 |
| Ontwikkelaar | The SmartTHING Limited |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://www.smartthing.org/privacy-policy |
| Ondersteunde Talen | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"content_scripts": [
{
"exclude_globs": [],
"include_globs": [
"*"
],
"js": [
"gmaileditor.user.js"
],
"matches": [
"http:\/\/mail.google.com\/*",
"https:\/\/mail.google.com\/*"
],
"run_at": "document_end"
}
],
"converted_from_user_script": true,
"description": "Shows editor toolbar automatically when sending a new mail in Gmail.",
"name": "Automatic GMail Editor Toolbar",
"version": "1.5"
} | |