TuTu | Simple Desktop Sharing App !

Simplest Desktop Sharing App on the Planet!

O que é TuTu | Simple Desktop Sharing App !?

TuTu | Simple Desktop Sharing App ! é uma extensão do Chrome desenvolvida por tutusharedev, e sua principal característica é "Simplest Desktop Sharing App on the Planet!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TuTu | Simple Desktop Sharing App !

Baixe arquivos de extensão TuTu | Simple Desktop Sharing App ! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        TuTu is a quick and easy to use communication tool, connecting browser to browser. It allows two users to make a video call or share their desktop screen in the click of a button. No other software is required and no adverts.

After install, all a user must do is register their name, select whether they want to video call or a screen share conversation, type in the name of a registered user to ring, and press the call button!

Both users must have a microphone and webcam to use this extension. You will have to allow access to microphone and webcam upon first video call.                    

Informações Básicas da Extensão

Nome TuTu | Simple Desktop Sharing App ! TuTu | Simple Desktop Sharing App !
ID nlaogdmmdaeeommoboonehgcflbodpnd
URL Oficial https://chrome.google.com/webstore/detail/tutu-simple-desktop-shari/nlaogdmmdaeeommoboonehgcflbodpnd
Descrição Simplest Desktop Sharing App on the Planet!
Tamanho do Arquivo 31.29 KB
Contagem de Instalações 44
Versão Atual 1.26
Última Atualização 2017-04-10
Data de Publicação 2017-04-10
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor tutusharedev
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TuTu | Simple Desktop Sharing App !",
    "description": "Simplest Desktop Sharing App on the Planet!",
    "short_name": "Share Screen",
    "version": "1.26",
    "icons": {
        "16": "icon48.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/tutuclick.com\/*",
                "https:\/\/tutushare.com\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "desktopCapture",
        "background",
        "sessions",
        "cookies",
        "identity",
        "identity.email"
    ],
    "oauth2": {
        "client_id": "858510293419-8cvsu04dncc6q7mvg8cd2vipbl5384jp.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}