Lync
Single system to connect all online services for Lync users
ما هو Lync؟
Lync هو إضافة Chrome تم تطويرها بواسطة Haatch Interactive، والميزة الرئيسية لها هي "Single system to connect all online services for Lync users".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Lync
قم بتنزيل ملفات الامتداد Lync بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Lync is a central system that integrates with multiple applications, websites to enable single sign on access as its core module. Please note: Your school or Institution must have a lync integrations to use this plugin. Contact your school administration for details or write to [email protected]
معلومات أساسية عن التمديد
الاسم | |
ID | ilecenhhieemgphjfbmggnhllgcfipfi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/lync/ilecenhhieemgphjfbmggnhllgcfipfi |
الوصف | Single system to connect all online services for Lync users |
حجم الملف | 1.18 MB |
عدد التثبيتات | 5,329 |
النسخة الحالية | 1.0.19 |
آخر تحديث | 2022-07-03 |
تاريخ النشر | 2020-06-16 |
تقييم | 2.33/5 مجموع تقييمات 6 |
المطور | Haatch Interactive |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://letslync.com/ |
عنوان صفحة المساعدة | https://letslync.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Lync", "description": "Single system to connect all online services for Lync users", "version": "1.0.19", "icons": { "128": "icon_128.png" }, "action": { "default_icon": "icon_128.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "cookies", "contextMenus", "clipboardWrite" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_end", "js": [ "js\/content_scripts.js" ] } ], "externally_connectable": { "matches": [ "http:\/\/localhost:*\/*", "https:\/\/launcher.letslync.com\/*", "https:\/\/demolauncher.letslync.com\/*", "https:\/\/app.letslync.com\/*", "https:\/\/demoapp.letslync.com\/*", "https:\/\/sso.haatch.in\/*" ] } } |