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 |
Eメール | [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" } |