Find My Meeting

Find and activate all your Google Meet™ tabs!

Find My Meeting क्या है?

Find My Meeting Andrew Fernandes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find and activate all your Google Meet™ tabs!"।

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

screenshot

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

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

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

                        Has this ever happened to you?! You're using Google Meet™ with Google Chrome™ and you switch to another window and... you can't... just can't find your active meeting tab anymore! It's lost in a sea of browser windows and tabs!

Sure, you can look for the little "tab is using the camera or microphone" indicator... but what if you have dozens of windows, each with dozens of tabs?! How frustrating! How unprofessional! How embarrassing!

But wait! This extension provides a simple solution to your "lost meeting" woes! Just click on its icon and all tabs open to a "meet.googe.com" URL will be activated and focused to the foreground!                    

एक्सटेंशन की मूल जानकारी

नाम Find My Meeting Find My Meeting
ID egfiaddcdhpdmggbhdpafbpipnopnegl
आधिकारिक URL https://chromewebstore.google.com/detail/find-my-meeting/egfiaddcdhpdmggbhdpafbpipnopnegl
विवरण Find and activate all your Google Meet™ tabs!
फ़ाइल का आकार 473 KB
स्थापना संख्या 167
वर्तमान संस्करण 1.1
अंतिम अपडेट 2020-08-05
प्रकाशन तिथि 2020-08-03
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Andrew Fernandes
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/adfernandes/find-my-meeting
सहायता पृष्ठ URL https://github.com/adfernandes/find-my-meeting
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Find and activate all your Google Meet\u2122 tabs!",
    "manifest_version": 2,
    "name": "Find My Meeting",
    "permissions": [
        "tabs"
    ],
    "version": "1.1",
    "icons": {
        "16": "icons\/bullseye-16.png",
        "24": "icons\/bullseye-24.png",
        "32": "icons\/bullseye-32.png",
        "48": "icons\/bullseye-48.png",
        "64": "icons\/bullseye-64.png",
        "96": "icons\/bullseye-96.png",
        "128": "icons\/bullseye-128.png",
        "256": "icons\/bullseye-256.png",
        "768": "icons\/bullseye-768.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_area": "tabstrip",
        "default_tite": "Find My Meeting",
        "default_popup": "main.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}