when2meet-highlighter
Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app
Qu'est-ce que when2meet-highlighter ?
when2meet-highlighter est une extension Chrome développée par j.r.jurman, et sa fonction principale est "Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension when2meet-highlighter
Téléchargez les fichiers d'extension when2meet-highlighter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Allow people to see the individual availability of users on when2meet
Informations de Base sur l'Extension
Nom | when2meet-highlighter |
ID | nomialgedgafmlldcoklkhjnaibfeghh |
URL Officiel | 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 |
Taille du Fichier | 4.69 KB |
Nombre d'Installations | 150 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2023-03-15 |
Date de Publication | 2017-11-27 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | j.r.jurman |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |