MultipleG - G Suite Shortcuts

Shortcuts for Multiple G Suite Accounts

MultipleG - G Suite Shortcutsคืออะไร?

MultipleG - G Suite Shortcuts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eszeto และคุณลักษณะหลักของมันคือ "Shortcuts for Multiple G Suite Accounts"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MultipleG - G Suite Shortcuts

ดาวน์โหลดไฟล์ส่วนขยาย 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
}