Automatic GMail Editor Toolbar

Shows editor toolbar automatically when sending a new mail in Gmail.

Hvad er Automatic GMail Editor Toolbar?

Automatic GMail Editor Toolbar er en Chrome-udvidelse udviklet af The SmartTHING Limited, og dens hovedfunktion er "Shows editor toolbar automatically when sending a new mail in Gmail.".

Udvidelsesskærmbilleder

screenshot

Download Automatic GMail Editor Toolbar-udvidelses-CRX-fil

Download Automatic GMail Editor Toolbar-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

                                            

Grundlæggende oplysninger om udvidelsen

Navn Automatic GMail Editor Toolbar Automatic GMail Editor Toolbar
ID hnipkcglmifdjopegjpidombdofdbbdd
Officiel URL https://chromewebstore.google.com/detail/automatic-gmail-editor-to/hnipkcglmifdjopegjpidombdofdbbdd
Beskrivelse Shows editor toolbar automatically when sending a new mail in Gmail.
Filstørrelse 3.49 KB
Antal Installationer 34
Nuværende Version 1.5
Senest Opdateret 2014-02-06
Udgivelsesdato 2014-02-06
Udvikler The SmartTHING Limited
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.smartthing.org/privacy-policy
Understøttede Sprog 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"
}