Phone.com Screen Sharing
The extension allows you to share your screen.
ما هو Phone.com Screen Sharing؟
Phone.com Screen Sharing هو إضافة Chrome تم تطويرها بواسطة https://video.phone.com، والميزة الرئيسية لها هي "The extension allows you to share your screen.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Phone.com Screen Sharing
قم بتنزيل ملفات الامتداد Phone.com Screen Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Installing the extension is required so you can share your screen.
معلومات أساسية عن التمديد
الاسم | Phone.com Screen Sharing |
ID | blhhkfbffffbgablmhdchnmgcdejggon |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/phonecom-screen-sharing/blhhkfbffffbgablmhdchnmgcdejggon |
الوصف | The extension allows you to share your screen. |
حجم الملف | 64.34 KB |
عدد التثبيتات | 295 |
النسخة الحالية | 1.2 |
آخر تحديث | 2018-09-21 |
تاريخ النشر | 2018-09-21 |
المطور | https://video.phone.com |
نوع الدفع | free |
موقع الإضافة | https://video.phone.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "name": "Phone.com Screen Sharing", "author": "Phone.com Inc.", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "The extension allows you to share your screen.", "homepage_url": "https:\/\/meet.phone.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "https:\/\/*.phone.com\/*" ] } ], "icons": { "16": "phone-logo16.png", "48": "phone-logo48.png", "128": "phone-logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |