when2meet-highlighter
Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app
Vad är when2meet-highlighter?
when2meet-highlighter är en Chrome-tillägg utvecklad av j.r.jurman, och dess huvudfunktion är "Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app".
Tilläggsskärmbilder
Ladda ner when2meet-highlighter-förlängningens CRX-fil
Ladda ner when2meet-highlighter-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
Allow people to see the individual availability of users on when2meet
Grundläggande Information om Tillägg
Namn | when2meet-highlighter |
ID | nomialgedgafmlldcoklkhjnaibfeghh |
Officiell webbadress | https://chromewebstore.google.com/detail/when2meet-highlighter/nomialgedgafmlldcoklkhjnaibfeghh |
Beskrivning | Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app |
Filstorlek | 4.69 KB |
Antal Installationer | 150 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2023-03-15 |
Publiceringsdatum | 2017-11-27 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | j.r.jurman |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |