Teamtalk Screen Sharing
This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.
ما هو Teamtalk Screen Sharing؟
Teamtalk Screen Sharing هو إضافة Chrome تم تطويرها بواسطة https://teamtalk.io، والميزة الرئيسية لها هي "This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.".
تحميل ملف CRX للإضافة Teamtalk Screen Sharing
قم بتنزيل ملفات الامتداد Teamtalk Screen Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Screen Sharing Chrome Extension
معلومات أساسية عن التمديد
الاسم | Teamtalk Screen Sharing |
ID | ckmdabgcfgbecnpnekkjfcicjlgpblnp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/teamtalk-screen-sharing/ckmdabgcfgbecnpnekkjfcicjlgpblnp |
الوصف | This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen. |
حجم الملف | 14.08 KB |
عدد التثبيتات | 95 |
النسخة الحالية | 3.0 |
آخر تحديث | 2016-11-02 |
تاريخ النشر | 2016-11-02 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://teamtalk.io |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Teamtalk Screen Sharing", "author": "Teamtalk", "version": "3.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed primary for https:\/\/teamtalk.io\/. It doesn't do anything except capture content of your screen.", "homepage_url": "https:\/\/teamtalk.io\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "browser_action": { "default_icon": "logo16.png", "default_popup": "screensharing-test.html" }, "externally_connectable": { "matches": [ "https:\/\/localhost\/teamtalk\/public\/*", "http:\/\/teamtalk.io\/*", "https:\/\/teamtalk.io\/*", "*:\/\/teamtalk.io\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |