Resize Gmail Sidebar by cloudHQ

Now you can resize the label column in Gmail

Τι είναι το Resize Gmail Sidebar by cloudHQ;

Το Resize Gmail Sidebar by cloudHQ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.gmail-sidebar-resizer.com, και η κύρια λειτουργία του είναι "Now you can resize the label column in Gmail".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Resize Gmail Sidebar by cloudHQ

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

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

                        Gmail labels are a great way to stay organized, but your Gmail label names get hidden by the sidebar when their names are too long. Not anymore! With Resize Gmail Sidebar, you'll get all the space you need to reorganize your viewing space and become more efficient! You can easily slide your sidebar left or right, thereby increasing or decreasing your Gmail label view. Now you're in control of my inbox and can quickly locate the emails and information I need in my Gmail labels.

cloudHQ. Helping your productivity, one step at a time.

cloudHQ website: https://www.cloudhq.net/
App website:https://www.gmail-sidebar-resizer.com/
Pricing: https://www.gmail-sidebar-resizer.com/pricing (basically FREE but we offer paid support)
Support page:https://support.cloudhq.net/category/browser-extensions/gmail-sidebar-resizer/
FAQ page: https://support.cloudhq.net/gmail-sidebar-resizer-faq-frequently-asked-questions/
Blog: https://blog.cloudhq.net                    

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

Όνομα Resize Gmail Sidebar by cloudHQ Resize Gmail Sidebar by cloudHQ
ID gohhgccbnglklfholnklomdkgclbodph
Επίσημο URL https://chromewebstore.google.com/detail/resize-gmail-sidebar-by-c/gohhgccbnglklfholnklomdkgclbodph
Περιγραφή Now you can resize the label column in Gmail
Μέγεθος Αρχείου 646 KB
Αριθμός Εγκαταστάσεων 20,000
Τρέχουσα Έκδοση 1.0.1.0
Τελευταία Ενημέρωση 2024-03-04
Ημερομηνία Δημοσίευσης 2020-05-09
Αξιολόγηση 4.74/5 Συνολικά 134 Αξιολογήσεις
Προγραμματιστής https://www.gmail-sidebar-resizer.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.gmail-sidebar-resizer.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://support.cloudhq.net/
URL της Σελίδας Πολιτικής Απορρήτου https://www.cloudhq.net/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "javascripts\/*",
                "icons\/*",
                "stylesheets\/*"
            ],
            "matches": [
                "*:\/\/*.cloudhq.net\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ]
        }
    ],
    "name": "Resize Gmail Sidebar by cloudHQ",
    "short_name": "Resizer",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "converted_from_user_script": true,
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "action": {
        "default_icon": "icons\/gmail_sidebar_resizer.png",
        "default_title": "Resize Gmail Sidebar by cloudHQ"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/main_gmail_sidebar_resizer.css",
                "stylesheets\/popover.css"
            ],
            "include_globs": [],
            "js": [
                "gmailSidebarResizerImpl.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "version": "1.0.1.0",
    "description": "Now you can resize the label column in Gmail",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "storage",
        "background"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/mail-attachment.googleusercontent.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 3
}