Sendtell Screen Capture Beta
This extension allows you to share your screen in a Sendtell group call.
ما هو Sendtell Screen Capture Beta؟
Sendtell Screen Capture Beta هو إضافة Chrome تم تطويرها بواسطة https://app.sendtell.com، والميزة الرئيسية لها هي "This extension allows you to share your screen in a Sendtell group call.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sendtell Screen Capture Beta
قم بتنزيل ملفات الامتداد Sendtell Screen Capture Beta بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Sendtell Screen Capture allows you to use your screen as a media source in a conference call with your team.
معلومات أساسية عن التمديد
الاسم | |
ID | cpdonkkcpjkiekfeocakffgniijgnoeg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sendtell-screen-capture-b/cpdonkkcpjkiekfeocakffgniijgnoeg |
الوصف | This extension allows you to share your screen in a Sendtell group call. |
حجم الملف | 20.59 KB |
عدد التثبيتات | 35 |
النسخة الحالية | 2.7.3 |
آخر تحديث | 2016-06-28 |
تاريخ النشر | 2016-06-28 |
المطور | https://app.sendtell.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://sendtell.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sendtell Screen Capture Beta", "version": "2.7.3", "description": "This extension allows you to share your screen in a Sendtell group call.", "icons": { "16": "sendtell-16.png", "32": "sendtell-32.png", "48": "sendtell-48.png", "128": "sendtell-128.png" }, "author": "Sendtell", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/*\/*" ] } ], "homepage_url": "https:\/\/sendtell.com", "minimum_chrome_version": "34", "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "sendtell-16.png", "sendtell-32.png", "sendtell-48.png", "sendtell-128.png" ] } |