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?
PCC Machine Identity Validator是由PCC Inc开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载PCC Machine Identity Validator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | hibflgaccfejhgekkbkfpeehkgnmlbkc |
官方URL | https://chromewebstore.google.com/detail/pcc-machine-identity-vali/hibflgaccfejhgekkbkfpeehkgnmlbkc |
简介 | This extension is used to communicate with the PCC native application to uniquely identify the client machine in order to provide… |
文件大小 | 10.31 KB |
安装次数 | 459 |
当前版本 | 1.2 |
更新时间 | 2020-07-17 |
上架时间 | 2019-04-16 |
评分 | 5.00/5 共1次评分 |
开发者 | PCC Inc |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://pcctechnologyinc.com/ |
支持的语言 | 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" } |