Captura de tela Tellfree

Captura de tela Tellfree

What is Captura de tela Tellfree?

Captura de tela Tellfree is a Chrome extension developed by https://www.tellfree.com.br, and its main feature is "Captura de tela Tellfree".

Extension Screenshots

screenshot

Download Captura de tela Tellfree Extension CRX File

Download Captura de tela Tellfree extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Extensão utilizada para compartilhamento de tela em aplicações Web fornecidas pela Tellfree.                    

Extension Basic Information

Name Captura de tela Tellfree Captura de tela Tellfree
ID kloncdiceomppkcfinkdhpgohldbbbmb
Official URL https://chromewebstore.google.com/detail/captura-de-tela-tellfree/kloncdiceomppkcfinkdhpgohldbbbmb
Description Captura de tela Tellfree
File Size 25.23 KB
Installation Count 12
Current Version 1.0
Last Updated 2017-05-20
Publish Date 2017-05-19
Developer https://www.tellfree.com.br
Payment Type free
Extension Website https://www.tellfree.com.br:9051/tflyncRedir.aspx
Help Page URL https://www.tellfree.com.br:9051/SAC.aspx
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Captura de tela Tellfree",
    "description": "Captura de tela Tellfree",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.tellfree.com.br\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "desktopCapture",
        "https:\/\/*.tellfree.com.br\/*"
    ]
}