Kineviz GraphXR Report

Screenshot, Export as PPTX or PDF

Kineviz GraphXR Report là gì?

Kineviz GraphXR Report là một tiện ích mở rộng Chrome được phát triển bởi kineviz.com, và tính năng chính của nó là "Screenshot, Export as PPTX or PDF".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kineviz GraphXR Report

Tải xuống các tệp mở rộng Kineviz GraphXR Report dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Ctrl+Shift+S: Auto capture the tab and save as image.

Ctrl+Shift+P: Auto capture tab and goto preview page.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kineviz GraphXR Report Kineviz GraphXR Report
ID hncjfjedmbenoggbnhfdfikkneehocnd
URL Chính Thức https://chromewebstore.google.com/detail/kineviz-graphxr-report/hncjfjedmbenoggbnhfdfikkneehocnd
Mô tả Screenshot, Export as PPTX or PDF
Kích Thước Tệp 581 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 1.7.1
Cập Nhật Lần Cuối 2020-04-17
Ngày Phát Hành 2020-04-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển kineviz.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://graphxr.kineviz.com
URL Trang Trợ Giúp https://graphxr.kineviz.com
URL Trang Chính Sách Bảo Mật http://kineviz.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kineviz GraphXR Report",
    "version": "1.7.1",
    "description": "Screenshot, Export as PPTX or PDF",
    "manifest_version": 2,
    "minimum_chrome_version": "68",
    "homepage_url": "https:\/\/graphxr.kineviz.com\/",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/kineviz-128.png",
        "22": "images\/kineviz-128.png",
        "32": "images\/kineviz-128.png",
        "48": "images\/kineviz.png",
        "128": "images\/kineviz-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; ",
    "browser_action": {
        "default_icon": "images\/kineviz.png",
        "default_title": "Kineviz GraphXR Report",
        "default_popup": "popup.html"
    },
    "commands": {
        "save-image": {
            "description": "Auto capture the tab and save as image with Ctrl+Shift+S",
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "MacCtrl+Shift+S"
            }
        },
        "capture-image": {
            "description": "Auto capture tab with Ctrl+Shift+P",
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "MacCtrl+Shift+P"
            }
        }
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "",
        "storage",
        "tabCapture",
        "activeTab",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/kineviz-fullscreen.png",
        "images\/kineviz-close.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false,
        "open_in_tab": true
    }
}