ScreenSight
ScreenSight Chrome Extension
O que é ScreenSight?
ScreenSight é uma extensão do Chrome desenvolvida por ScreenSight, e sua principal característica é "ScreenSight Chrome Extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ScreenSight
Baixe arquivos de extensão ScreenSight no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Sell smarter with ScreenSight. ScreenSight is the creative sales messaging tool that allows you to create, share and track videos. Create engaging presentations and screen recordings with camera overlay, share your videos instantly, and track audience engagement. Stand out from the rest and meet your sales targets with effective product demos, presentations, updates and explainers. ● Fast and easy to use screen capture and video recording ● Record high resolution videos up to 2 hours each ● Send video emails directly from Gmail or share to LinkedIn
Informações Básicas da Extensão
Nome | ScreenSight |
ID | hhnbfppcjpaacnjecideabahjbdgppaf |
URL Oficial | https://chromewebstore.google.com/detail/screensight/hhnbfppcjpaacnjecideabahjbdgppaf |
Descrição | ScreenSight Chrome Extension |
Tamanho do Arquivo | 9.24 MB |
Contagem de Instalações | 244 |
Versão Atual | 1.5.19 |
Última Atualização | 2023-11-13 |
Data de Publicação | 2021-11-15 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | ScreenSight |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.screensight.com |
URL da Página de Ajuda | https://www.screensight.com |
URL da Página de Política de Privacidade | http://www.webley.com/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ScreenSight", "description": "ScreenSight Chrome Extension", "version": "1.5.19", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "css": [ "fonts\/fonts.css" ], "default_title": "Open the ScreenSight" }, "icons": { "16": "logoIcon.png", "48": "logoIcon.png", "128": "logoIcon.png" }, "background": { "scripts": [ "static\/js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "static\/js\/content.js" ], "css": [ "fonts\/fonts.css" ], "all_frames": false, "run_at": "document_end" }, { "matches": [ "https:\/\/*.linkedin.com\/*\/*" ], "js": [ "static\/js\/contentLinkedin.js" ], "css": [ "fonts\/fonts.css" ], "all_frames": false, "run_at": "document_end" }, { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "inboxsdk.js", "static\/js\/contentGmail.js" ], "css": [ "fonts\/fonts.css" ], "all_frames": false, "run_at": "document_end" } ], "permissions": [ "desktopCapture", "activeTab", "storage", "http:\/\/*\/", "https:\/\/*\/", "management" ], "optional_permissions": [ " |