When2meet Selector
Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily.
ما هو When2meet Selector؟
When2meet Selector هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة When2meet Selector
قم بتنزيل ملفات الامتداد When2meet Selector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple extension that provides clearer ways to see schedules on the popular when2meet scheduling site by allowing users to see individual people's schedules, as well as combinations of people.
معلومات أساسية عن التمديد
الاسم | When2meet Selector |
ID | fpjipfpdolohbejiljiaapgeehidkfnp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/when2meet-selector/fpjipfpdolohbejiljiaapgeehidkfnp |
الوصف | Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily. |
حجم الملف | 54.11 KB |
عدد التثبيتات | 125 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2022-05-04 |
تاريخ النشر | 2022-05-03 |
المطور | Unknown |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "When2meet Selector", "description": "Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily.", "version": "1.0.0", "icons": { "128": "128.png" }, "action": { "default_icon": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.when2meet.com\/*" ], "js": [ "inject.js" ] } ], "web_accessible_resources": [ { "resources": [ "menu.js" ], "matches": [ "https:\/\/www.when2meet.com\/*" ] } ] } |