when2meet-highlighter

Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app

What is when2meet-highlighter?

when2meet-highlighter is a Chrome extension developed by j.r.jurman, and its main feature is "Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app".

Extension Screenshots

screenshot

Download when2meet-highlighter Extension CRX File

Download when2meet-highlighter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Allow people to see the individual availability of users on when2meet                    

Extension Basic Information

Name when2meet-highlighter when2meet-highlighter
ID nomialgedgafmlldcoklkhjnaibfeghh
Official URL https://chromewebstore.google.com/detail/when2meet-highlighter/nomialgedgafmlldcoklkhjnaibfeghh
Description Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app
File Size 4.69 KB
Installation Count 150
Current Version 1.0.1
Last Updated 2023-03-15
Publish Date 2017-11-27
Rating 5.00/5 Total 3 Ratings
Developer j.r.jurman
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "when2meet-highlighter",
    "description": "Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.when2meet.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "menu.js"
    ]
}