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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MultipleG - G Suite Shortcuts
قم بتنزيل ملفات الامتداد MultipleG - G Suite Shortcuts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.
معلومات أساسية عن التمديد
الاسم | |
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 } |