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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}