PCC Machine Identity Validator

This extension is used to communicate with the PCC native application to uniquely identify the client machine in order to provide…

PCC Machine Identity Validator là gì?

PCC Machine Identity Validator là một tiện ích mở rộng Chrome được phát triển bởi PCC Inc, và tính năng chính của nó là "This extension is used to communicate with the PCC native application to uniquely identify the client machine in order to provide…".

Ả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 PCC Machine Identity Validator

Tải xuống các tệp mở rộng PCC Machine Identity Validator 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

                        This extension is used to communicate with the PCC native application to uniquely identify the client machine in order to provide access to the web page.                    

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

Tên PCC Machine Identity Validator PCC Machine Identity Validator
ID hibflgaccfejhgekkbkfpeehkgnmlbkc
URL Chính Thức https://chromewebstore.google.com/detail/pcc-machine-identity-vali/hibflgaccfejhgekkbkfpeehkgnmlbkc
Mô tả This extension is used to communicate with the PCC native application to uniquely identify the client machine in order to provide…
Kích Thước Tệp 10.31 KB
Số Lần Cài Đặt 459
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2020-07-17
Ngày Phát Hành 2019-04-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển PCC Inc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pcctechnologyinc.com/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "name": "PCC Machine Identity Validator",
    "version": "1.2",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/pcc-16.png",
        "48": "icons\/pcc-48.png",
        "128": "icons\/pcc-128.png"
    },
    "description": "",
    "externally_connectable": {
        "matches": [
            "*:\/\/teamrv-test.sos.texas.gov\/*",
            "*:\/\/teamrv-train.sos.texas.gov\/*",
            "*:\/\/teamrv-production.sos.texas.gov\/*",
            "*:\/\/insvrs-qqa.questis.com\/*",
            "*:\/\/uat.insvrs.com\/*",
            "*:\/\/sandbox.insvrs.com\/*",
            "*:\/\/www.insvrs.com\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAghZ2topb3TO\/iFhWs1B8sE3c4kSk6Zc5HwNFRNhXg4ixst38bii1ufUdAV22UyadODeyhumu2LAz9x1\/ib3nC+g\/BFsh9mkEKvjdzkedXNwJrKPc3CikxWJRagqBsqpTLf3RJ1DDByJ9APEKI36buZkAwwVRE+6V0RQ3YmkFsmg0rSJa\/kaJZ45fvFkP7iEVtfYpMwWHIFuc9VnmJOs6PqvM\/KBda+Pla+g5ATsESm25UEh8UZ6RZChXIWRKqU7P9ddnDR3AMMC9I2fEl5zKq1VnHEHfvKmPQ6gHOjoTKcXclM+iYJAeUUJlecBp4N4EVfC348jACqQO3OsSp0+m6wIDAQAB",
    "manifest_version": 2,
    "permissions": [
        "nativeMessaging"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}