Where is my Meeting?

A small helper to find your online meetings (e.g. Google Meet) in your endless list of tabs!

Where is my Meeting? क्या है?

Where is my Meeting? themihel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A small helper to find your online meetings (e.g. Google Meet) in your endless list of tabs!"।

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

screenshot

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

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

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

                        Introducing "Where is my Meeting?" - an easy-to-use Chrome extension designed to help you locate and navigate to your online meetings with just a few clicks. Whether it's Google Meet, Microsoft Teams, Zoom, or others, this lightweight extension is dedicated to making your life simpler and more efficient during these challenging times.

== Features ==

✓ Lists all open Google Meet, Zoom, Microsoft Teams, and Jitsi tabs
✓ One-click navigation to the desired meeting tab
✓ Privacy-conscious: No data tracking or sharing involved
✓ Dark Mode support: Adapts the popup style to your selected theme
✓ Capability to include additional online meeting platforms

== Upcoming Features ==

Your feedback is appreciated as we work on adding these enhancements:

✓ Support for more meeting providers
✓ Microphone and audio muting options via the plugin
✓ Grouping meetings by provider
✓ Customizable settings: Add URL patterns for proprietary meeting platforms
✓ Theme selection and meeting provider filtering
✓ Enhanced tab information with metadata parsing
✓ Localization for international users
✓ Meeting provider-themed button colors
✓ Share your ideas and suggestions by contacting me!

== Permission Explanation: "Read your browsing history" ==

To search through open tabs, the extension requires "tabs" permission in its configuration. Rest assured, your data is only used to identify matching URLs for supported meeting platforms. The extension's code will soon be open-sourced for complete transparency.

== Rate and Share! ==

If you find this extension helpful, please leave a rating and share it with others!

== Troubleshooting ==

For any issues or inquiries, feel free to reach out to me.                    

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

नाम Where is my Meeting? Where is my Meeting?
ID gogioagefecnpkiaoegkobapeklhchni
आधिकारिक URL https://chromewebstore.google.com/detail/where-is-my-meeting/gogioagefecnpkiaoegkobapeklhchni
विवरण A small helper to find your online meetings (e.g. Google Meet) in your endless list of tabs!
फ़ाइल का आकार 18.75 KB
स्थापना संख्या 212
वर्तमान संस्करण 0.7.0
अंतिम अपडेट 2023-03-25
प्रकाशन तिथि 2020-11-11
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर themihel
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.7.0",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/whereismymeeting16.png",
            "32": "images\/whereismymeeting32.png",
            "48": "images\/whereismymeeting48.png",
            "128": "images\/whereismymeeting128.png"
        }
    },
    "icons": {
        "16": "images\/whereismymeeting16.png",
        "32": "images\/whereismymeeting32.png",
        "48": "images\/whereismymeeting48.png",
        "128": "images\/whereismymeeting128.png"
    },
    "manifest_version": 3
}