Switch between Multiple Google Accounts
Keyboard shorcuts to Switch between Multiple Google Accounts
Qu'est-ce que Switch between Multiple Google Accounts ?
Switch between Multiple Google Accounts est une extension Chrome développée par Aditya, et sa fonction principale est "Keyboard shorcuts to Switch between Multiple Google Accounts".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Switch between Multiple Google Accounts
Téléchargez les fichiers d'extension Switch between Multiple Google Accounts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Keyboard shortcuts to Switch between different accounts of various Google products. You can use any one of the below two shortcuts (If one of the below doesn't work or is assigned to other plugin you can use the other one ) - 1) Press ALT+ 1, ALT + 2, .... ALT+9 to switch to first, second, third.. google account. 2) Press SHIFT+ 1, SHIFT + 2, ... SHIFT +9 to switch to first, second, third.. google account. It works on:- Gmail Drive Meet Calendar Docs Sheets Slides Forms Keep Photos Maps
Informations de Base sur l'Extension
Nom | Switch between Multiple Google Accounts |
ID | nlmcbmeicbooompjafliaoiodifdhnpd |
URL Officiel | https://chromewebstore.google.com/detail/switch-between-multiple-g/nlmcbmeicbooompjafliaoiodifdhnpd |
Description | Keyboard shorcuts to Switch between Multiple Google Accounts |
Taille du Fichier | 21.48 KB |
Nombre d'Installations | 25 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-06-23 |
Date de Publication | 2022-01-05 |
Évaluation | 3.75/5 Total 4 Évaluations |
Développeur | Aditya |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Switch between Multiple Google Accounts", "description": "Keyboard shorcuts to Switch between Multiple Google Accounts", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "tabs" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "key_press.js" ], "run_at": "document_start" } ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" } } |