Google Quick Create Matrix

Select from multiple accounts to create new Google Documents & open Google services.

Google Quick Create Matrix란 무엇입니까?

Google Quick Create Matrix은(는) Ethan Dawes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Select from multiple accounts to create new Google Documents & open Google services."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Google Quick Create Matrix 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ✔ Create new Documents for Google Drive from your browser bar.
✔ Easily select which account to use for users with multiple Google accounts.

Add a simple menu to your browser bar to quickly create new Documents, Spreadsheets, Presentations, Forms, Drawings, and more for Google Drive. Can also open popular google services like Google Classroom, Gmail, calendar, and photos.

As a student or with a job, you likely have 2 or more Google Accounts. The problem is, if you want to quickly and easily create a new document, you would have to type the URL of Google Drive, wait for it to load, select which account to use, wait for it to load again, then click new --> document. This extension solves that problem by providing a table to easily select which account to use for users with multiple Google accounts.

* This extension is not officially endorsed by or affiliated with Google, LLC.

If you have any problems or suggestions, please create a new Issue!
https://github.com/funblaster22/gApp-Quick-Create-Matrix/issues

Changelog:
https://github.com/funblaster22/gApp-Quick-Create-Matrix/commits/master                    

확장 프로그램 기본 정보

이름 Google Quick Create Matrix Google Quick Create Matrix
ID gicglcbkcocdnjjeanpalgbeammnjcea
공식 URL https://chromewebstore.google.com/detail/google-quick-create-matri/gicglcbkcocdnjjeanpalgbeammnjcea
설명 Select from multiple accounts to create new Google Documents & open Google services.
파일 크기 94.83 KB
설치 횟수 135
현재 버전 2.0.7
최근 업데이트 2023-08-25
출시 날짜 2021-02-14
평점 5.00/5 총 1 개의 평점
개발자 Ethan Dawes
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/funblaster22/gApp-Quick-Create-Matrix
지원되는 언어 de,en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_title__",
    "version": "2.0.7",
    "description": "__MSG_description__",
    "default_locale": "en",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8teux8xd0wbuSACNRvXubwH9HKCMSbNuZvPCNQ7sBZGR\/6nZD2W\/TUUkI+tS8z946ytbbhLLURDkTCs1kc9ZQc3qdCchMDHhLH5rbI+Iimz0vtG61TtCvrZKTYF6zn9IJe+lQ\/QLUCI3s57P+mxvGeguxQ8xGZFTwfJ9OjCqWtvGoL7DlpjgCjv5MgFK0Emyuom5F3J0VO5DVP9sBZynmEkNkYQCr1espjSPNrOz6i4BiXh\/PTJKbzXusnK2ydRY2R7x4sgBusWVhXIaGNPJECaAii9mpaAPAq6cS0bhpROdSELOG3Q2V2ud4KmOL0z7x32NByy2\/8M1k8Rx5G2nBwIDAQAB",
    "content_security_policy": {
        "extension_pages": "default-src 'self'; img-src 'self' https:\/\/lh3.googleusercontent.com; connect-src https:\/\/www.googleapis.com https:\/\/lh3.googleusercontent.com"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/suite_38.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "identity"
    ],
    "oauth2": {
        "client_id": "139485939671-1ekjjmo072r5capeenek67bvnsl8bit7.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "icons\/suite_16.png",
        "48": "icons\/suite_48.png",
        "128": "icons\/suite_128.png"
    }
}