Gmail Enhancement Suit

Gmail Enhancement Suit

Τι είναι το Gmail Enhancement Suit;

Το Gmail Enhancement Suit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nightingales-developers, και η κύρια λειτουργία του είναι "Gmail Enhancement Suit".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Gmail Enhancement Suit

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

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

                        Gmes, the most professional efficiency of Gmail
More Handy Popup Fuctions:Popup covers your daily need, you can complete operations without opening the Gmail. Also, multiple account login is supported, you can easily master information of different accounts.
More Powerful Editing Fuctions:Support for inserting formulas, codes, tables and special symbols. Also offer you built-in emoji and gif libraries. Make emails be more vivid.
Detailed Reading Data Tracking:Real-time control of the opening and reading of emails and links, know the effect of information transmission bettert.
No more missing important messages:Set special notification sound for important contacts, no longer miss important messages.
Easily get all email addresses from the webpage:Intelligently get the email addresses instead of copying one by one.
Reminder to Follow-up:Get reminded to follow up on important emails.                    

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

Όνομα Gmail Enhancement Suit Gmail Enhancement Suit
ID fdeaggkbebiffcmnjakjenmpcfblhign
Επίσημο URL https://chrome.google.com/webstore/detail/gmail-enhancement-suit/fdeaggkbebiffcmnjakjenmpcfblhign
Περιγραφή Gmail Enhancement Suit
Μέγεθος Αρχείου 1.94 MB
Αριθμός Εγκαταστάσεων 37
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2019-09-26
Ημερομηνία Δημοσίευσης 2019-09-26
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής nightingales-developers
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://cdn.yiban.io/%E5%A3%B9%E4%BC%B4%E5%8A%A9%E6%89%8B-%E9%9A%90%E7%A7%81%E6%94%BF%E7%AD%96-JH_20210914.pdf
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gmail Enhancement Suit",
    "short_name": "GMES",
    "description": "Gmail Enhancement Suit",
    "version": "1.0.3",
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "browser_action": {
        "default_icon": "icons\/logo.png",
        "default_popup": "build\/popup-entry.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "build\/libs\/jquery.min.js",
            "build\/backgroundEntry.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost\/*",
            "http:\/\/localhost:1308\/*",
            "https:\/\/gmes.io\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "build\/libs\/jquery.min.js",
                "build\/libs\/datepicker.js",
                "build\/libs\/wangEditor.js",
                "build\/libs\/highlight.min.js",
                "build\/contentEntry.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "build\/libs\/jquery.min.js",
                "build\/contentEntry.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "build\/*",
        "datas\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "cookies",
        "notifications",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "proxy"
    ]
}