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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |