Gmail Button

A simple toolbar icon to open Gmail

Gmail Button là gì?

Gmail Button là một tiện ích mở rộng Chrome được phát triển bởi Valtteri Laitinen, và tính năng chính của nó là "A simple toolbar icon to open Gmail".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gmail Button

Tải xuống các tệp mở rộng Gmail Button 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 not affiliated with Google. “Gmail” is a trademark of Google LLC.)                    

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

Tên Gmail Button Gmail Button
ID afdienfgfeojjnmobgakodmkiebhfcap
URL Chính Thức https://chromewebstore.google.com/detail/gmail-button/afdienfgfeojjnmobgakodmkiebhfcap
Mô tả A simple toolbar icon to open Gmail
Kích Thước Tệp 5.44 KB
Số Lần Cài Đặt 5,228
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2023-07-19
Ngày Phát Hành 2019-10-13
Đánh Giá 3.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Valtteri Laitinen
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/valtlai/gmail-button
URL Trang Trợ Giúp https://github.com/valtlai/gmail-button/discussions/categories/q-a
URL Trang Chính Sách Bảo Mật https://github.com/valtlai/gmail-button/blob/main/PRIVACY.md
Ngôn Ngữ Được Hỗ Trợ en,fi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "name": "__MSG_name__",
    "version": "3.0.0",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_open__"
    }
}