When2meet Selector

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

Vad är When2meet Selector?

When2meet Selector är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner When2meet Selector-förlängningens CRX-fil

Ladda ner When2meet Selector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn When2meet Selector When2meet Selector
ID fpjipfpdolohbejiljiaapgeehidkfnp
Officiell webbadress https://chromewebstore.google.com/detail/when2meet-selector/fpjipfpdolohbejiljiaapgeehidkfnp
Beskrivning Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily.
Filstorlek 54.11 KB
Antal Installationer 125
Aktuell Version 1.0.0
Senast Uppdaterad 2022-05-04
Publiceringsdatum 2022-05-03
Utvecklare Unknown
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
            ]
        }
    ]
}