Chrome Extension Manager by cloudHQ

Manage extensions - a simple menu to enable, disable and access options of extensions.

Chrome Extension Manager by cloudHQ là gì?

Chrome Extension Manager by cloudHQ là một tiện ích mở rộng Chrome được phát triển bởi https://www.chrome-extension-manager.com, và tính năng chính của nó là "Manage extensions - a simple menu to enable, disable and access options of extensions.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chrome Extension Manager by cloudHQ

Tải xuống các tệp mở rộng Chrome Extension Manager by cloudHQ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension is an easy way for you to manage all of your Chrome extensions that you've installed. 

⛔ Problem 1: 
Many people are unaware that they installed Chrome extensions at all. You will be able to see any "hidden" extensions and apps that runs in background, so you can protect yourself from malware or malicious extensions and apps.

⛔ Problem 2: 
Many people experience a slow down on their browser experience without realizing that it's due to one of their Chrome extensions that are not optimizing their experience. 

⛔ Problem 3: 
Many people use free ad blockers or maybe coupon Chrome extensions who have no privacy or security policy! Those people are usually unaware that those Chrome extensions are using their data in ways that they may not be aware of. 

This new Chrome extension is a simple solution that lets you: 
✅ View all your installed Chrome extensions
✅ Quickly enable or disable certain Chrome extensions
✅ Group your extensions 
✅ Enable or disable your Chrome extension groups (like the Chrome extension group "shopping", for example)

This gives you full control of the management of your Google Chrome extensions.

cloudHQ is a large company serving over 4M customers globally, with a strict privacy and security policy. We are safe to use, and we are helping to educate our customers about how they can enjoy their Chrome extensions without compromising their personal data or browser speed experiences.  

cloudHQ. Helping your productivity, 1 click at a time.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chrome Extension Manager by cloudHQ Chrome Extension Manager by cloudHQ
ID caippejcknmhingeohbdohmolalmejpc
URL Chính Thức https://chromewebstore.google.com/detail/chrome-extension-manager/caippejcknmhingeohbdohmolalmejpc
Mô tả Manage extensions - a simple menu to enable, disable and access options of extensions.
Kích Thước Tệp 205 KB
Số Lần Cài Đặt 13,356
Phiên Bản Hiện Tại 1.0.0.5
Cập Nhật Lần Cuối 2023-11-24
Ngày Phát Hành 2020-05-09
Đánh Giá 4.26/5 Tổng số 38 Đánh Giá
Nhà Phát Triển https://www.chrome-extension-manager.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.chrome-extension-manager.com/
URL Trang Trợ Giúp https://support.cloudhq.net/category/browser-extensions/chrome-extension-manager/
URL Trang Chính Sách Bảo Mật https://www.cloudhq.net/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "frame-src 'self' https:\/\/www.cloudhq.net https:\/\/www.cloudhq.net https:\/\/www.orecons.com https:\/\/cdnjs.cloudflare.com; script-src 'self' https:\/\/www.cloudhq.net https:\/\/www.cloudhq.net https:\/\/www.orecons.com https:\/\/cdnjs.cloudflare.com 'sha256-4Owfgr4YKLxuQlNu9nJe9gdriYc1qajVYToKgP\/IAtY='; object-src 'self' https:\/\/www.cloudhq.net https:\/\/www.cloudhq.net https:\/\/www.orecons.com https:\/\/cdnjs.cloudflare.com; ",
    "web_accessible_resources": [
        "javascripts\/*",
        "html\/*",
        "icons\/*"
    ],
    "browser_action": {
        "default_icon": "icons\/extension_manager.png",
        "default_popup": "html\/popup.html",
        "default_title": "Extension Manager by cloudHQ"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "javascripts\/common.js",
                "javascripts\/inboxsdk.js",
                "javascripts\/jquery-3.4.1.min.js",
                "javascripts\/app_menu.js",
                "javascripts\/main_extension_manager.js"
            ],
            "css": []
        }
    ],
    "name": "Chrome Extension Manager by cloudHQ",
    "short_name": "Chrome Extension Manager by cloudHQ",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "javascripts\/jquery-3.4.1.min.js",
            "javascripts\/background.js"
        ]
    },
    "version": "1.0.0.5",
    "description": "Manage extensions - a simple menu to enable, disable and access options of extensions.",
    "permissions": [
        "storage",
        "management",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/",
        "https:\/\/support.cloudhq.net\/"
    ],
    "manifest_version": 2
}