Genetec Clearance Capture

Screenshot capture software

Genetec Clearance Capture क्या है?

Genetec Clearance Capture Genetec Clearance द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Screenshot capture software"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Genetec Clearance Capture एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}