Instant Meet

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

Instant Meet क्या है?

Instant Meet Shahlin Ibrahim द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Start Google Meet calls instantly with just a click of a button!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Instant Meet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}