Genetec Clearance Capture

Screenshot capture software

Genetec Clearance Captureคืออะไร?

Genetec Clearance Capture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Genetec Clearance และคุณลักษณะหลักของมันคือ "Screenshot capture software"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Genetec Clearance Capture

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}