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”。
擴展截圖
下載Resize Gmail Sidebar by cloudHQ擴展crx文件
下載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 |
ID | gohhgccbnglklfholnklomdkgclbodph |
官方網址 | 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 } |