to allow recording

Record screen, entire conference in peeps.chat site

O que é to allow recording?

to allow recording é uma extensão do Chrome desenvolvida por http://peeps.chat, e sua principal característica é "Record screen, entire conference in peeps.chat site".

Baixar o arquivo CRX da Extensão to allow recording

Baixe arquivos de extensão to allow recording 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

                        Peeps.chat technology uses an extension to capture your browser window in your Chrome browser. All activity inside the tab including audio will be recorded when activated. Just press the record icon and the content of your tab is recorded. This is a great feature for video tutorials, recording presentations or documenting a project or interaction. You have the option to just record your browser activity or allow desktop capturing so that anything on your computer screen will be recorded.                    

Informações Básicas da Extensão

Nome to allow recording to allow recording
ID fjjebedahfigkboehljeagemokjblpoa
URL Oficial https://chrome.google.com/webstore/detail/to-allow-recording/fjjebedahfigkboehljeagemokjblpoa
Descrição Record screen, entire conference in peeps.chat site
Tamanho do Arquivo 77.63 KB
Contagem de Instalações 34
Versão Atual 1.2
Última Atualização 2016-10-03
Data de Publicação 2016-10-03
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor http://peeps.chat
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://peeps.chat
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "to allow recording",
    "short_name": "Record Peeps.Chat",
    "author": "Peeps.Chat",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Record screen, entire conference in peeps.chat site",
    "homepage_url": "https:\/\/peeps.chat",
    "background": {
        "scripts": [
            "background.js",
            "RecordRTC.min.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/main-icon.png",
        "default_title": "Record Screen"
    },
    "icons": {
        "16": "images\/main-icon.png",
        "22": "images\/main-icon.png",
        "32": "images\/main-icon.png",
        "48": "images\/main-icon.png",
        "128": "images\/main-icon.png"
    },
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "images\/main-icon.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    }
}