Collaboration Facilitator

Collaboration Facilitator Extension

Apa itu Collaboration Facilitator?

Collaboration Facilitator adalah ekstensi Chrome yang dikembangkan oleh https://roobroo.com, dan fitur utamanya adalah "Collaboration Facilitator Extension".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Collaboration Facilitator

Unduh file ekstensi Collaboration Facilitator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Collaboration Facilitator (rooBroo) - Powered by Argusoft 

Collaboration Facilitator is an extension for rooBroo - A communication and collaboration platform. To learn more about rooBroo visit http://www.roobroo.com

rooBroo – a next generation interaction tool with unsurpassed ease of use, cost effectiveness, high security and great performance. Its a bundle of quality features that you ever wanted in a conferencing tool.  rooBroo makes it easy for corporate professional to meet and present information online to anyone, anytime and anywhere in the world. 

rooBroo is  'the best in its class' desktop video conferencing solution available today from ArguSoft. Use rooBroo to engage colleagues and customers with rich content. Don't just talk to your audience; engage them with interactive multimedia experiences including video, animations, and software simulations.  Point of presence enables the instant setup of meeting with your online buddy and the built in archiving capability allows for recording entire end-to-end session for viewing on-demand at a later time or simply to maintain a digital record for compliance purposes. Participants can collaborate instantly in an informal, highly interactive manner with shared screens, images, documents, VOIP, and video.

How can rooBroo help you? You can use rooBroo for

#	Elearning: Make experts available to all students via. virtual classroom sessions.
#	Sales and marketing: ‘Travel less and still reach out to many prospects.
#	Service: Provide remote support to ensure less turnaround time.
#	Training: Train customers and employees across the globe.
#	Health Care: Remote assistance to patients by expert doctors.
#	And much more...

Salient Features
*	Audio-Video-Text: Communicate & collaborate with meeting attendees using Audio-Video conferencing along with texting.
*	Desktop share (View): Broadcast view of your entire desktop or any particular application to attendees and get them involved using annotation tools.
*	Drawing Tool: Draw, doodle, highlight, insert picture / graph, instantly on white board. Share snapshot of a spreadsheet, document or for that matter anything on your desktop as a single file.
*	Save sessions: The entire meeting can be saved for future multiple references. This can be played back offline.
*	Simple UI: Simple and intuitive user interface allows user to use the tool without any training.
*	Security: Different algorithms used ensure security even during transmission.                    

Informasi Dasar Ekstensi

Nama Collaboration Facilitator Collaboration Facilitator
ID neigflaheohfodbelpniiccaailljchg
URL Resmi https://chromewebstore.google.com/detail/collaboration-facilitator/neigflaheohfodbelpniiccaailljchg
Deskripsi Collaboration Facilitator Extension
Ukuran File 23.57 KB
Jumlah Instalasi 70
Versi Saat Ini 1.5
Terakhir Diperbarui 2015-01-21
Tanggal Publikasi 2015-01-21
Penilaian 3.00/5 Total 2 Penilaian
Pengembang https://roobroo.com
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "browser_action": {
        "default_title": "Collaboration Facilitator"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Collaboration Facilitator",
    "version": "1.5",
    "manifest_version": 2,
    "description": "Collaboration Facilitator Extension",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.roobroo.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.roobroo.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png",
        "16": "icon16.png"
    },
    "permissions": [
        "nativeMessaging",
        "*:\/\/*.roobroo.com\/*",
        "tabs"
    ]
}