when2meet-highlighter

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

when2meet-highlighterとは何ですか?

when2meet-highlighterはj.r.jurmanによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app」です。

拡張機能のスクリーンショット

screenshot

when2meet-highlighter拡張機能のCRXファイルをダウンロード

when2meet-highlighter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Allow people to see the individual availability of users on when2meet                    

拡張機能の基本情報

名前 when2meet-highlighter when2meet-highlighter
ID nomialgedgafmlldcoklkhjnaibfeghh
公式URL https://chromewebstore.google.com/detail/when2meet-highlighter/nomialgedgafmlldcoklkhjnaibfeghh
説明 Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app
ファイルサイズ 4.69 KB
インストール数 150
現在のバージョン 1.0.1
最終更新日 2023-03-15
公開日 2017-11-27
評価 5.00/5 合計 3 レビュー
開発者 j.r.jurman
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}