VetTools New Gmail Resizer

Extension to able to resize gmail label column!

Qu'est-ce que VetTools New Gmail Resizer ?

VetTools New Gmail Resizer est une extension Chrome développée par VIN, et sa fonction principale est "Extension to able to resize gmail label column!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension VetTools New Gmail Resizer

Téléchargez les fichiers d'extension VetTools New Gmail Resizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension makes labels column in Gmail resizable. Support all Gmail view type: new Gmail, original Gmail, with google chat or classic hangout, all supported.

Features:
- Detect Gmail type automatically.
- Save the user setting label width and load it automatically when Gmail page loaded so you don't need to set it every time.

What new in v.3.2:
- Update with new Gmail layout change,
- Fix conflict with Gmail Streak Extension.                    

Informations de Base sur l'Extension

Nom VetTools New Gmail Resizer VetTools New Gmail Resizer
ID jnfhoblnjnlophildpaokbkolhckdpcd
URL Officiel https://chromewebstore.google.com/detail/vettools-new-gmail-resize/jnfhoblnjnlophildpaokbkolhckdpcd
Description Extension to able to resize gmail label column!
Taille du Fichier 15.5 KB
Nombre d'Installations 4,635
Version Actuelle 3.2
Dernière Mise à Jour 2022-08-25
Date de Publication 2019-04-18
Évaluation 3.50/5 Total 24 Évaluations
Développeur VIN
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VetTools New Gmail Resizer",
    "description": "Extension to able to resize gmail label column!",
    "version": "3.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}