Genetec Clearance Capture

Screenshot capture software

Co je Genetec Clearance Capture?

Genetec Clearance Capture je rozšíření Chrome vyvinuté Genetec Clearance, a jeho hlavní funkcí je „Screenshot capture software“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Genetec Clearance Capture

Stáhněte si soubory rozšíření Genetec Clearance Capture ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Genetec Clearance Capture Genetec Clearance Capture
ID cmhceaflkceclconpekffopoldikafei
Oficiální URL https://chromewebstore.google.com/detail/genetec-clearance-capture/cmhceaflkceclconpekffopoldikafei
Popis Screenshot capture software
Velikost souboru 1.27 MB
Počet instalací 78
Aktuální Verze 1.0.2.7
Poslední Aktualizace 2018-06-27
Datum Vydání 2018-06-27
Hodnocení 5.00/5 Celkem 9 Hodnocení
Vývojář Genetec Clearance
Typ Platby free
Podporované Jazyky 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"
    ]
}