When2meet Selector

Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily.

When2meet Selector क्या है?

When2meet Selector Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily."।

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

screenshot
screenshot
screenshot

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

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

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

                        A simple extension that provides clearer ways to see schedules on the popular when2meet scheduling site by allowing users to see individual people's schedules, as well as combinations of people.                    

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

नाम When2meet Selector When2meet Selector
ID fpjipfpdolohbejiljiaapgeehidkfnp
आधिकारिक URL https://chromewebstore.google.com/detail/when2meet-selector/fpjipfpdolohbejiljiaapgeehidkfnp
विवरण Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily.
फ़ाइल का आकार 54.11 KB
स्थापना संख्या 125
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2022-05-04
प्रकाशन तिथि 2022-05-03
डेवलपर Unknown
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "When2meet Selector",
    "description": "Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily.",
    "version": "1.0.0",
    "icons": {
        "128": "128.png"
    },
    "action": {
        "default_icon": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.when2meet.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "menu.js"
            ],
            "matches": [
                "https:\/\/www.when2meet.com\/*"
            ]
        }
    ]
}