Bolt: The Fastest Gmail Experience ⚡

Bolt is a blazingly-fast Gmail client that loads your Gmail updates before the blink of an eye!⚡

Bolt: The Fastest Gmail Experience ⚡とは何ですか?

Bolt: The Fastest Gmail Experience ⚡はhttps://getbolt.appによって開発されたChromeの拡張機能で、その主な機能は「Bolt is a blazingly-fast Gmail client that loads your Gmail updates before the blink of an eye!⚡」です。

拡張機能のスクリーンショット

screenshot

Bolt: The Fastest Gmail Experience ⚡拡張機能のCRXファイルをダウンロード

Bolt: The Fastest Gmail Experience ⚡拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A billion people around the world use Gmail, with many users visiting it hundreds of times a day!

The full Gmail website experience is pretty heavy & can easily take up to 5 to 10 seconds to finish loading!
A delay of 5 to 10 seconds may not sound very big, but for a service that people use over 100 times a day - this delay quickly compounds the precious time wasted with EVERY SINGLE VISIT!

No worries, 
Bolt is here to save the day ⚡⚡⚡
 
Bolt is a revolutionary Side Panel Chrome extension designed to streamline your Gmail experience. As the fastest Gmail client, Bolt loads your Gmail updates and new emails in a flash, from all your Gmail accounts, making it an essential tool for those who value efficiency and speed!

Bolt works by leveraging a sleek and seamless SidePanel-based interface, eliminating the need for context switching and saving you from the damages caused by it. This means you can quickly access your Gmail updates without the need to open a new tab or window. This feature is particularly beneficial for those who frequently access Gmail, as it saves a significant amount of time and effort, by effectively cutting down the steps required to view your new Gmail updates and notifications.

Using Bolt is as simple as it gets. For quick access, users can use the [Alt + G] shortcut key combination to seamlessly toggle the Gmail SidePanel, anywhere and anytime while browsing the internet. Alternatively, you can click on the extension icon to open the side panel. 

Key Features:

1. Fastest Gmail client: 
Fasten your seatbelts, Bolt's blazingly fast algorithm ensures that your Gmail updates and new emails load in no time!
2. Maintain your flow: 
Bolt's seamless and integrated SidePanel interface allows you to access your Gmail updates without opening a new tab or a window.
3. Quick Access: 
Use the Alt + G shortcut key combination or simply click on the extension icon to quickly access the Bolt SidePanel.

Bolt is perfect for anyone who uses Gmail regularly and wants to revolutionize their daily Gmail experience.

Experience the future of Gmail with Bolt, the Side Panel Chrome extension that redefines the meaning of speed and efficiency. 
Boost your daily productivity and save time with Bolt, your ultimate Gmail SidePanel companion.                    

拡張機能の基本情報

名前 Bolt: The Fastest Gmail Experience ⚡ Bolt: The Fastest Gmail Experience ⚡
ID pggplcmhlmmlojjcpmalgahfhmifbdke
公式URL https://chromewebstore.google.com/detail/bolt-the-fastest-gmail-ex/pggplcmhlmmlojjcpmalgahfhmifbdke
説明 Bolt is a blazingly-fast Gmail client that loads your Gmail updates before the blink of an eye!⚡
ファイルサイズ 492 KB
インストール数 33
現在のバージョン 1.0.6
最終更新日 2023-10-26
公開日 2023-10-04
評価 5.00/5 合計 1 レビュー
開発者 https://getbolt.app
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://getbolt.app/
ヘルプページのURL https://chrome.google.com/webstore/detail/pggplcmhlmmlojjcpmalgahfhmifbdke/support
プライバシーポリシーページのURL https://browsebetter.io/privacy-policy.php
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bolt: The Fastest Gmail Experience \u26a1",
    "short_name": "Bolt: Gmail Companion [Alt + B]",
    "version": "1.0.6",
    "description": "Bolt is a blazingly-fast Gmail client that loads your Gmail updates before the blink of an eye!\u26a1",
    "icons": {
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "homepage_url": "https:\/\/getbolt.app\/",
    "side_panel": {
        "default_path": "gmail\/gmail.html"
    },
    "permissions": [
        "sidePanel",
        "unlimitedStorage",
        "storage",
        "background",
        "contextMenus",
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_3",
                "enabled": true,
                "path": "rules\/rule3.json"
            }
        ]
    },
    "host_permissions": [
        "https:\/\/*.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.google.com\/*"
            ],
            "js": [
                "content\/gm_contentscr.js"
            ],
            "css": [
                "content\/gm_contentscr.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "extension_ids": [
                "*"
            ]
        }
    ],
    "commands": {
        "open_gmail": {
            "_execute_action": {
                "default": "Alt+B",
                "windows": "Alt+B",
                "mac": "Alt+B",
                "chromeos": "Alt+B",
                "linux": "Alt+B"
            },
            "description": "Press Alt + B to open the Bolt SidePanel"
        }
    },
    "author": "Bolt for Gmail",
    "background": {
        "service_worker": "bk\/service.js"
    },
    "content_security_policy": {
        "extension_pages": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'",
        "content_scripts": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'"
    },
    "minimum_chrome_version": "114",
    "action": {
        "default_icon": {
            "32": "images\/32.png",
            "48": "images\/48.png",
            "64": "images\/64.png",
            "128": "images\/128.png"
        },
        "default_title": "Bolt: Gmail SidePanel [Alt + B]"
    }
}