Automatic GMail Editor Toolbar

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

Vad är Automatic GMail Editor Toolbar?

Automatic GMail Editor Toolbar är en Chrome-tillägg utvecklad av The SmartTHING Limited, och dess huvudfunktion är "Shows editor toolbar automatically when sending a new mail in Gmail.".

Tilläggsskärmbilder

screenshot

Ladda ner Automatic GMail Editor Toolbar-förlängningens CRX-fil

Ladda ner Automatic GMail Editor Toolbar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Automatic GMail Editor Toolbar Automatic GMail Editor Toolbar
ID hnipkcglmifdjopegjpidombdofdbbdd
Officiell webbadress https://chromewebstore.google.com/detail/automatic-gmail-editor-to/hnipkcglmifdjopegjpidombdofdbbdd
Beskrivning Shows editor toolbar automatically when sending a new mail in Gmail.
Filstorlek 3.49 KB
Antal Installationer 34
Aktuell Version 1.5
Senast Uppdaterad 2014-02-06
Publiceringsdatum 2014-02-06
Utvecklare The SmartTHING Limited
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.smartthing.org/privacy-policy
Stödda Språk 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"
}