Resize Gmail Sidebar by cloudHQ

Now you can resize the label column in Gmail

Resize Gmail Sidebar by cloudHQ란 무엇입니까?

Resize Gmail Sidebar by cloudHQ은(는) https://www.gmail-sidebar-resizer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Now you can resize the label column in Gmail"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Resize Gmail Sidebar by cloudHQ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}