Genetec Clearance Capture

Screenshot capture software

Cos'è Genetec Clearance Capture?

Genetec Clearance Capture è un'estensione di Chrome sviluppata da Genetec Clearance, e la sua funzione principale è "Screenshot capture software".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Genetec Clearance Capture

Scarica i file di estensione Genetec Clearance Capture 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

                        Genetec Clearance Capture

- Easily capture screenshots from websites and social media and add them directly to your Genetec Clearance account

- Add captures to existing cases or as standalone files

- Each capture contains the screenshot, source code, and metadata information of the page

- Two screen capture modes are supported: full page and visible page                    

Informazioni di Base sull'Estensione

Nome Genetec Clearance Capture Genetec Clearance Capture
ID cmhceaflkceclconpekffopoldikafei
URL Ufficiale https://chromewebstore.google.com/detail/genetec-clearance-capture/cmhceaflkceclconpekffopoldikafei
Descrizione Screenshot capture software
Dimensione del File 1.27 MB
Conteggio Installazioni 78
Versione Corrente 1.0.2.7
Ultimo Aggiornamento 2018-06-27
Data di Pubblicazione 2018-06-27
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore Genetec Clearance
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Genetec Clearance Capture",
    "description": "Screenshot capture software",
    "version": "1.0.2.7",
    "browser_action": {
        "default_icon": "icons\/icon-128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "": "COMMENT: IF 'js\/vendor.bundled.js' IS RENAMED, CHANGE NEEDS TO BE REFLECTED IN Screenshotter.ts",
            "js": [
                "js\/vendor.bundled.js",
                "js\/screenshotter.DOM.bundled.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/vendor.bundled.js",
            "js\/background.bundled.js"
        ]
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "storage",
        "",
        "tabs",
        "identity",
        "activeTab",
        "pageCapture",
        "background"
    ]
}