SistemizeCoach Compartilhar Tela
Esta extensão permite você compartilhar sua tela.
Wat is SistemizeCoach Compartilhar Tela?
SistemizeCoach Compartilhar Tela is een Chrome-extensie ontwikkeld door https://www.sistemizecoach.com, en de belangrijkste functie is "Esta extensão permite você compartilhar sua tela.".
Download het CRX-bestand van de extensie SistemizeCoach Compartilhar Tela
Download SistemizeCoach Compartilhar Tela-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
Esta extensão permite você compartilhar sua tela.
Basisinformatie over de Extensie
Naam | |
ID | kadfcancbdmpjemnhomiomcicjjldilh |
Officiële URL | https://chrome.google.com/webstore/detail/sistemizecoach-compartilh/kadfcancbdmpjemnhomiomcicjjldilh |
Beschrijving | Esta extensão permite você compartilhar sua tela. |
Bestandsgrootte | 23.13 KB |
Aantal Installaties | 41 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2016-09-14 |
Publicatiedatum | 2016-09-14 |
Ontwikkelaar | https://www.sistemizecoach.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.sistemizecoach.com/site/politica-de-privacidade.php |
Ondersteunde Talen | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SistemizeCoach Compartilhar Tela", "author": "SistemizeCoach", "version": "1.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Esta extens\u00e3o permite voc\u00ea compartilhar sua tela.", "homepage_url": "https:\/\/www.sistemizecoach.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/www.sistemizecoach.com\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |