Screen Share for StarLeaf Click-to-Call
Enables screen share when using StarLeaf Click-to-Call on Chrome
ما هو Screen Share for StarLeaf Click-to-Call؟
Screen Share for StarLeaf Click-to-Call هو إضافة Chrome تم تطويرها بواسطة https://starleaf.com، والميزة الرئيسية لها هي "Enables screen share when using StarLeaf Click-to-Call on Chrome".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Screen Share for StarLeaf Click-to-Call
قم بتنزيل ملفات الامتداد Screen Share for StarLeaf Click-to-Call بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
StarLeaf Click-to-Call allows you to dial any user in the StarLeaf Cloud from your browser. This extension lets you share your screen when using Google Chrome. معلومات أساسية عن التمديد
| الاسم | |
| ID | dliccfbpegdcmlflaidhhnloeofgdnce |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/screen-share-for-starleaf/dliccfbpegdcmlflaidhhnloeofgdnce |
| الوصف | Enables screen share when using StarLeaf Click-to-Call on Chrome |
| حجم الملف | 9.94 KB |
| عدد التثبيتات | 20,000 |
| النسخة الحالية | 1.0.0 |
| آخر تحديث | 2016-11-03 |
| تاريخ النشر | 2016-11-03 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | https://starleaf.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة المساعدة | https://support.starleaf.com/ |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"version": "1.0.0",
"description": "__MSG_extDescription__",
"icons": {
"48": "icon_48.png",
"128": "icon_128.png"
},
"author": "StarLeaf ltd",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"externally_connectable": {
"matches": [
"https:\/\/*.starleaf.com\/*"
]
},
"file_system_provider_capabilities": {
"configurable": true,
"multiple_mounts": true,
"source": "network"
},
"homepage_url": "https:\/\/www.starleaf.com",
"minimum_chrome_version": "48",
"permissions": [
"desktopCapture"
],
"short_name": "__MSG_extShortName__",
"default_locale": "en_US"
} | |