ScreenSight

ScreenSight Chrome Extension

¿Qué es ScreenSight?

ScreenSight es una extensión de Chrome desarrollada por ScreenSight, y su función principal es "ScreenSight Chrome Extension".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ScreenSight

Descarga archivos de extensión ScreenSight en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre ScreenSight ScreenSight
ID hhnbfppcjpaacnjecideabahjbdgppaf
URL Oficial https://chromewebstore.google.com/detail/screensight/hhnbfppcjpaacnjecideabahjbdgppaf
Descripción ScreenSight Chrome Extension
Tamaño del Archivo 9.24 MB
Cantidad de Instalaciones 244
Versión Actual 1.5.19
Última Actualización 2023-11-13
Fecha de Publicación 2021-11-15
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador ScreenSight
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.screensight.com
URL de la Página de Ayuda https://www.screensight.com
URL de la Página de Política de Privacidad http://www.webley.com/privacy
Idiomas Soportados 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": [
        ""
    ],
    "web_accessible_resources": [
        "fonts\/*.css",
        "*.otf",
        "*.ttf",
        "*.eot",
        "*.woff",
        "*.woff2",
        "startOverVideo.webm",
        "cameraPreview.html",
        "audioPreview.html",
        "logo192.png",
        "logoIcon.png",
        "afterInstall.png",
        "osxScreenRecSetting.png",
        "freeUsersDurationLimit.png",
        "count-down.mp3"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.screensight.com\/*",
            "https:\/\/screensight.com\/*",
            "https:\/\/www.screensight.com\/*",
            "https:\/\/app.qa.screensight.com\/*",
            "https:\/\/qa.screensight.com\/*",
            "https:\/\/www.qa.screensight.com\/*"
        ]
    }
}