Captura de tela Tellfree
Captura de tela Tellfree
Wat is Captura de tela Tellfree?
Captura de tela Tellfree is een Chrome-extensie ontwikkeld door https://www.tellfree.com.br, en de belangrijkste functie is "Captura de tela Tellfree".
Extensie Screenshots
Download het CRX-bestand van de extensie Captura de tela Tellfree
Download Captura de tela Tellfree-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extensão utilizada para compartilhamento de tela em aplicações Web fornecidas pela Tellfree.
Basisinformatie over de Extensie
Naam | |
ID | kloncdiceomppkcfinkdhpgohldbbbmb |
Officiële URL | https://chromewebstore.google.com/detail/captura-de-tela-tellfree/kloncdiceomppkcfinkdhpgohldbbbmb |
Beschrijving | Captura de tela Tellfree |
Bestandsgrootte | 25.23 KB |
Aantal Installaties | 12 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-05-20 |
Publicatiedatum | 2017-05-19 |
Ontwikkelaar | https://www.tellfree.com.br |
Betalingswijze | free |
Extensiewebsite | https://www.tellfree.com.br:9051/tflyncRedir.aspx |
Help Pagina-URL | https://www.tellfree.com.br:9051/SAC.aspx |
Ondersteunde Talen | 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\/*" ] } |