MultipleG - G Suite Shortcuts

Shortcuts for Multiple G Suite Accounts

MultipleG - G Suite Shortcuts là gì?

MultipleG - G Suite Shortcuts là một tiện ích mở rộng Chrome được phát triển bởi eszeto, và tính năng chính của nó là "Shortcuts for Multiple G Suite Accounts".

Ả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 MultipleG - G Suite Shortcuts

Tải xuống các tệp mở rộng MultipleG - G Suite Shortcuts 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

                        Use multiple G Suite accounts? MultipleG is a handy set of shortcut links to the Google services tied to each G Suite account you're logged into. 

For example, add a work event by quickly and easily opening your work Google calendar from any Chrome window.

Works with as many G Suite accounts as you're logged into!

To update the links, just visit your primary Gmail account.                    

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

Tên MultipleG - G Suite Shortcuts MultipleG - G Suite Shortcuts
ID kdfclaelfgijpdoidjpfoiljhfalpehk
URL Chính Thức https://chrome.google.com/webstore/detail/multipleg-g-suite-shortcu/kdfclaelfgijpdoidjpfoiljhfalpehk
Mô tả Shortcuts for Multiple G Suite Accounts
Kích Thước Tệp 7.55 KB
Số Lần Cài Đặt 226
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2017-04-02
Ngày Phát Hành 2017-04-02
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển eszeto
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.multipleg.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MultipleG - G Suite Shortcuts",
    "description": "Shortcuts for Multiple G Suite Accounts",
    "version": "1.0.2",
    "icons": {
        "16": "gicon16.png",
        "128": "gicon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "contextMenus",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "menu.js"
        ]
    },
    "manifest_version": 2
}