TabCapture Screen Sharing

Screen sharing utility for remote support and demo

ما هو TabCapture Screen Sharing؟

TabCapture Screen Sharing هو إضافة Chrome تم تطويرها بواسطة http://tabcapture.com، والميزة الرئيسية لها هي "Screen sharing utility for remote support and demo".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة TabCapture Screen Sharing

قم بتنزيل ملفات الامتداد TabCapture Screen Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        After the extension has been added:
- Select the Chrome tab you want to stream
- Click on the top-right red circle
- Notice the 4-character code now displayed
- Give this code to the other party
- Tell her to go to TabCapture.com
- To stop recording, click on the red square

By sharing only your browser tab and not your entire screen, TabCapture greatly improves quality and speed compared to regular screen sharing tools. TabCapture uses HD 1280x720. You can share any kind of web content, including video streaming sites like Netflix.

Great for remote support: TabCapture lets you see each other's mouse cursor as you browse the web.                    

معلومات أساسية عن التمديد

الاسم TabCapture Screen Sharing TabCapture Screen Sharing
ID bbomkcceloahplddlomiplndghcallim
عنوان URL الرسمي https://chrome.google.com/webstore/detail/tabcapture-screen-sharing/bbomkcceloahplddlomiplndghcallim
الوصف Screen sharing utility for remote support and demo
حجم الملف 20.73 KB
عدد التثبيتات 140
النسخة الحالية 0.7
آخر تحديث 2015-04-12
تاريخ النشر 2015-04-12
تقييم 5.00/5 مجموع تقييمات 1
المطور http://tabcapture.com
نوع الدفع free
موقع الإضافة http://tabcapture.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabCapture Screen Sharing",
    "description": "Screen sharing utility for remote support and demo",
    "version": "0.7",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon_off_19.png",
            "38": "icon_off_38.png"
        },
        "default_title": "Start tab capture"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabCapture",
        "webNavigation",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ]
}