Genetec Clearance Capture

Screenshot capture software

Genetec Clearance Captureとは何ですか?

Genetec Clearance CaptureはGenetec Clearanceによって開発されたChromeの拡張機能で、その主な機能は「Screenshot capture software」です。

拡張機能のスクリーンショット

screenshot
screenshot

Genetec Clearance Capture拡張機能のCRXファイルをダウンロード

Genetec Clearance Capture拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Genetec Clearance Capture Genetec Clearance Capture
ID cmhceaflkceclconpekffopoldikafei
公式URL https://chromewebstore.google.com/detail/genetec-clearance-capture/cmhceaflkceclconpekffopoldikafei
説明 Screenshot capture software
ファイルサイズ 1.27 MB
インストール数 78
現在のバージョン 1.0.2.7
最終更新日 2018-06-27
公開日 2018-06-27
評価 5.00/5 合計 9 レビュー
開発者 Genetec Clearance
支払い方法 free
対応言語 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"
    ]
}