Instant Meet

Start Google Meet calls instantly with just a click of a button!

Τι είναι το Instant Meet;

Το Instant Meet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Shahlin Ibrahim, και η κύρια λειτουργία του είναι "Start Google Meet calls instantly with just a click of a button!".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Instant Meet

Λήψη αρχείων επέκτασης Instant Meet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Get on a NEW Google Meet call with just a click of button; To make it even more convenient, the link is automatically copied so you can pass it on to others. For the lazy ones, you save a whole 7-10 seconds with this easy access 😂

Note: For the automatic copy to clipboard to work, you will need to allow access the first time it asks you                    

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

Όνομα Instant Meet Instant Meet
ID pjgfblbagmedppcpibbgdkdhbdgehmmi
Επίσημο URL https://chromewebstore.google.com/detail/instant-meet/pjgfblbagmedppcpibbgdkdhbdgehmmi
Περιγραφή Start Google Meet calls instantly with just a click of a button!
Μέγεθος Αρχείου 10.62 KB
Αριθμός Εγκαταστάσεων 79
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2023-08-04
Ημερομηνία Δημοσίευσης 2023-08-04
Προγραμματιστής Shahlin Ibrahim
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant Meet",
    "description": "Start Google Meet calls instantly with just a click of a button!",
    "version": "1.0.0",
    "manifest_version": 3,
    "author": "Shahlin Ibrahim",
    "icons": {
        "16": "images\/logo\/logo-16.png",
        "32": "images\/logo\/logo-32.png",
        "48": "images\/logo\/logo-48.png",
        "128": "images\/logo\/logo-128.png"
    },
    "permissions": [],
    "action": [],
    "host_permissions": [
        "https:\/\/meet.google.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}