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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is used to communicate with the PCC native application to uniquely identify the client machine in order to provide…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PCC Machine Identity Validator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |