when2meet-highlighter
Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app
ما هو when2meet-highlighter؟
when2meet-highlighter هو إضافة Chrome تم تطويرها بواسطة j.r.jurman، والميزة الرئيسية لها هي "Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة when2meet-highlighter
قم بتنزيل ملفات الامتداد when2meet-highlighter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Allow people to see the individual availability of users on when2meet
معلومات أساسية عن التمديد
الاسم | 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 |
البريد الإلكتروني | [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" ] } |