ScreenSight

ScreenSight Chrome Extension

Cos'è ScreenSight?

ScreenSight è un'estensione di Chrome sviluppata da ScreenSight, e la sua funzione principale è "ScreenSight Chrome Extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ScreenSight

Scarica i file di estensione ScreenSight in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome ScreenSight ScreenSight
ID hhnbfppcjpaacnjecideabahjbdgppaf
URL Ufficiale https://chromewebstore.google.com/detail/screensight/hhnbfppcjpaacnjecideabahjbdgppaf
Descrizione ScreenSight Chrome Extension
Dimensione del File 9.24 MB
Conteggio Installazioni 244
Versione Corrente 1.5.19
Ultimo Aggiornamento 2023-11-13
Data di Pubblicazione 2021-11-15
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore ScreenSight
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.screensight.com
URL della Pagina di Aiuto https://www.screensight.com
URL della Pagina della Politica sulla Privacy http://www.webley.com/privacy
Lingue Supportate 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\/*"
        ]
    }
}