Automatic GMail Editor Toolbar

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

Τι είναι το Automatic GMail Editor Toolbar;

Το Automatic GMail Editor Toolbar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον The SmartTHING Limited, και η κύρια λειτουργία του είναι "Shows editor toolbar automatically when sending a new mail in Gmail.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Automatic GMail Editor Toolbar

Λήψη αρχείων επέκτασης Automatic GMail Editor Toolbar σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                                            

Βασικές Πληροφορίες Επέκτασης

Όνομα Automatic GMail Editor Toolbar Automatic GMail Editor Toolbar
ID hnipkcglmifdjopegjpidombdofdbbdd
Επίσημο URL https://chromewebstore.google.com/detail/automatic-gmail-editor-to/hnipkcglmifdjopegjpidombdofdbbdd
Περιγραφή Shows editor toolbar automatically when sending a new mail in Gmail.
Μέγεθος Αρχείου 3.49 KB
Αριθμός Εγκαταστάσεων 34
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2014-02-06
Ημερομηνία Δημοσίευσης 2014-02-06
Προγραμματιστής The SmartTHING Limited
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.smartthing.org/privacy-policy
Υποστηριζόμενες Γλώσσες 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"
}