MultipleG - G Suite Shortcuts

Shortcuts for Multiple G Suite Accounts

什么是MultipleG - G Suite Shortcuts?

MultipleG - G Suite Shortcuts是由eszeto开发的Chrome扩展程序,该扩展的主要功能是“Shortcuts for Multiple G Suite Accounts”。

扩展截图

screenshot

下载MultipleG - G Suite Shortcuts扩展crx文件

下载MultipleG - G Suite Shortcuts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 MultipleG - G Suite Shortcuts MultipleG - G Suite Shortcuts
ID kdfclaelfgijpdoidjpfoiljhfalpehk
官方URL https://chrome.google.com/webstore/detail/multipleg-g-suite-shortcu/kdfclaelfgijpdoidjpfoiljhfalpehk
简介 Shortcuts for Multiple G Suite Accounts
文件大小 7.55 KB
安装次数 226
当前版本 1.0.2
更新时间 2017-04-02
上架时间 2017-04-02
评分 5.00/5 共4次评分
开发者 eszeto
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.multipleg.com
支持的语言 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
}