Default Account for Google™ products

Select and manage your default account for 🎥 Google Meet™, 📩 Gmail™, or any other product.

Τι είναι το Default Account for Google™ products;

Το Default Account for Google™ products είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://uptech.team, και η κύρια λειτουργία του είναι "Select and manage your default account for 🎥 Google Meet™, 📩 Gmail™, or any other product.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Default Account for Google™ products

Λήψη αρχείων επέκτασης Default Account for Google™ products σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        With the extension, you can:
1️⃣ Select the default account for all Google™ products (except Youtube™).
2️⃣ Customize default accounts for each product separately.
3️⃣ Quickly switch between accounts using the hotkey "Option (Alt) + {num}" (to edit/disable this shortcut type "chrome://extensions/shortcuts" in the URL bar).

It's common for users to have multiple accounts: several personal, several work- or client-related. And it's annoying to switch between them every time you receive a Google Meet™ link or open Gmail™.

With the Default Account Manager for Google™ products, you can, for example, set up work accounts for Google Meet™ and personal for Gmail™, etc. 

Save yourself precious time and frustration by using our extension. 

🗃 Default Account for Google™ products is a fully open-source project under BSD 3-Clause License. 
Visit our GitHub page: https://github.com/uptechteam/default.wtf

🔐 We respect your privacy and don't collect any data (NO data is sent from your device), so there are no worries about security. What happens on your computer — stays on your computer.

The extension is free to use. We'd appreciate it if you buy us a coffee (https://www.buymeacoffee.com/default) if you find the extension useful) ☕️

Any feedback or suggestions, please send to [email protected]

Developed with ❤️, 🍕, and 🐈 at Uptech (https://uptech.team/) and Sommo (https://www.sommo.io/).

Note: Youtube™ uses a different account system, the extension does not work yet with Youtube™ accounts. We're working on that.

Disclosure: Google™, Google Meet™,  Gmail™, Youtube™ are trademarks of Google Inc. Use of these trademarks is subject to Google Permissions.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Default Account for Google™ products Default Account for Google™ products
ID bnocikekcdchphdpfffcgikiblhnkdad
Επίσημο URL https://chromewebstore.google.com/detail/default-account-for-googl/bnocikekcdchphdpfffcgikiblhnkdad
Περιγραφή Select and manage your default account for 🎥 Google Meet™, 📩 Gmail™, or any other product.
Μέγεθος Αρχείου 136 KB
Αριθμός Εγκαταστάσεων 6,512
Τρέχουσα Έκδοση 1.14
Τελευταία Ενημέρωση 2022-10-14
Ημερομηνία Δημοσίευσης 2021-05-17
Αξιολόγηση 4.45/5 Συνολικά 62 Αξιολογήσεις
Προγραμματιστής https://uptech.team
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.default.wtf
Διεύθυνση URL της Σελίδας Βοήθειας https://www.default.wtf/#wf-form-Contact-Form
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Default Account for Google\u2122 products",
    "description": "Select and manage your default account for \ud83c\udfa5 Google Meet\u2122, \ud83d\udce9 Gmail\u2122, or any other product.",
    "version": "1.14",
    "manifest_version": 2,
    "minimum_chrome_version": "40",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "utils.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "commands": {
        "switch_to_ga_1": {
            "suggested_key": {
                "default": "Alt+1",
                "mac": "Alt+1"
            },
            "description": "Switch to Google\u2122 Account #1"
        },
        "switch_to_ga_2": {
            "suggested_key": {
                "default": "Alt+2",
                "mac": "Alt+2"
            },
            "description": "Switch to Google\u2122 Account #2"
        },
        "switch_to_ga_3": {
            "suggested_key": {
                "default": "Alt+3",
                "mac": "Alt+3"
            },
            "description": "Switch to Google\u2122 Account #3"
        },
        "switch_to_ga_4": {
            "suggested_key": {
                "default": "Alt+4",
                "mac": "Alt+4"
            },
            "description": "Switch to Google\u2122 Account #4"
        },
        "switch_to_ga_5": {
            "description": "Switch to Google\u2122 Account #5"
        },
        "switch_to_ga_6": {
            "description": "Switch to Google\u2122 Account #6"
        },
        "switch_to_ga_7": {
            "description": "Switch to Google\u2122 Account #7"
        },
        "switch_to_ga_8": {
            "description": "Switch to Google\u2122 Account #8"
        },
        "switch_to_ga_9": {
            "description": "Switch to Google\u2122 Account #9"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    }
}