Captura de tela Tellfree

Captura de tela Tellfree

Co to jest Captura de tela Tellfree?

Captura de tela Tellfree to rozszerzenie Chrome opracowane przez https://www.tellfree.com.br, a jego główną funkcją jest „Captura de tela Tellfree”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Captura de tela Tellfree

Pobierz pliki rozszerzeń Captura de tela Tellfree w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Captura de tela Tellfree Captura de tela Tellfree
ID kloncdiceomppkcfinkdhpgohldbbbmb
Oficjalny URL https://chromewebstore.google.com/detail/captura-de-tela-tellfree/kloncdiceomppkcfinkdhpgohldbbbmb
Opis Captura de tela Tellfree
Rozmiar pliku 25.23 KB
Liczba instalacji 12
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-05-20
Data Publikacji 2017-05-19
Deweloper https://www.tellfree.com.br
Typ Płatności free
Strona Rozszerzenia https://www.tellfree.com.br:9051/tflyncRedir.aspx
Adres URL Strony Pomocy https://www.tellfree.com.br:9051/SAC.aspx
Obsługiwane Języki 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\/*"
    ]
}