Captura de tela Tellfree
Captura de tela Tellfree
Что такое Captura de tela Tellfree?
Captura de tela Tellfree - это расширение Chrome, разработанное https://www.tellfree.com.br, и его основная функция - "Captura de tela Tellfree".
Снимки экрана расширения
Скачать файл CRX расширения Captura de tela Tellfree
Скачайте файлы расширений Captura de tela Tellfree в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Extensão utilizada para compartilhamento de tela em aplicações Web fornecidas pela Tellfree.
Основная информация о расширении
Название | |
ID | kloncdiceomppkcfinkdhpgohldbbbmb |
Официальный URL | https://chromewebstore.google.com/detail/captura-de-tela-tellfree/kloncdiceomppkcfinkdhpgohldbbbmb |
Описание | Captura de tela Tellfree |
Размер файла | 25.23 KB |
Количество установок | 12 |
Текущая Версия | 1.0 |
Последнее Обновление | 2017-05-20 |
Дата публикации | 2017-05-19 |
Разработчик | https://www.tellfree.com.br |
Тип оплаты | free |
Официальный сайт расширения | https://www.tellfree.com.br:9051/tflyncRedir.aspx |
URL страницы помощи | https://www.tellfree.com.br:9051/SAC.aspx |
Поддерживаемые языки | 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\/*" ] } |