Pixel Direct Screenshare Room Extension
Pixel CTV Screen Sharing allows you share screens
ما هو Pixel Direct Screenshare Room Extension؟
Pixel Direct Screenshare Room Extension هو إضافة Chrome تم تطويرها بواسطة https://www.netstairs.com، والميزة الرئيسية لها هي "Pixel CTV Screen Sharing allows you share screens".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pixel Direct Screenshare Room Extension
قم بتنزيل ملفات الامتداد Pixel Direct Screenshare Room Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Pixel Direct Screen Sharing allows you to share your screens directly into the rooms
معلومات أساسية عن التمديد
الاسم | Pixel Direct Screenshare Room Extension |
ID | icfnnpdeklgcjignpoachjocnhfkjlkk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pixel-direct-screenshare/icfnnpdeklgcjignpoachjocnhfkjlkk |
الوصف | Pixel CTV Screen Sharing allows you share screens |
حجم الملف | 12.58 KB |
عدد التثبيتات | 388 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2020-06-09 |
تاريخ النشر | 2020-06-09 |
المطور | https://www.netstairs.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://pixel.click-to-video.com |
عنوان صفحة المساعدة | https://netstairs.estreamdesk.com/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pixel Direct Screenshare Room Extension", "author": "NETSTAIRS", "description": "Pixel CTV Screen Sharing allows you share screens", "version": "1.1.0", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/pixel.click-to-video.com\/*", "https:\/\/icdn.video\/*" ] } ], "homepage_url": "https:\/\/pixel.click-to-video.com\/", "externally_connectable": { "matches": [ "https:\/\/pixel.click-to-video.com\/*", "https:\/\/icdn.video\/*" ] } } |