Captura de tela Tellfree
Captura de tela Tellfree
Captura de tela Tellfree란 무엇입니까?
Captura de tela Tellfree은(는) https://www.tellfree.com.br에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Captura de tela Tellfree"입니다.
확장 프로그램 스크린샷
Captura de tela Tellfree 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |