SistemizeCoach Compartilhar Tela
Esta extensão permite você compartilhar sua tela.
什麼是SistemizeCoach Compartilhar Tela?
SistemizeCoach Compartilhar Tela是由https://www.sistemizecoach.com開發的Chrome擴展程式,該擴展的主要功能是“Esta extensão permite você compartilhar sua tela.”。
下載SistemizeCoach Compartilhar Tela擴展crx文件
下載SistemizeCoach Compartilhar Tela擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Esta extensão permite você compartilhar sua tela.
擴展基本資訊
名稱 | |
ID | kadfcancbdmpjemnhomiomcicjjldilh |
官方網址 | https://chrome.google.com/webstore/detail/sistemizecoach-compartilh/kadfcancbdmpjemnhomiomcicjjldilh |
簡介 | Esta extensão permite você compartilhar sua tela. |
檔案大小 | 23.13 KB |
安裝次數 | 41 |
目前版本 | 1.1 |
更新時間 | 2016-09-14 |
上架時間 | 2016-09-14 |
開發者 | https://www.sistemizecoach.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.sistemizecoach.com/site/politica-de-privacidade.php |
支援的語言 | 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" ] } |