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…

O que é PCC Machine Identity Validator?

PCC Machine Identity Validator é uma extensão do Chrome desenvolvida por PCC Inc, e sua principal característica é "This extension is used to communicate with the PCC native application to uniquely identify the client machine in order to provide…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PCC Machine Identity Validator

Baixe arquivos de extensão PCC Machine Identity Validator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome PCC Machine Identity Validator PCC Machine Identity Validator
ID hibflgaccfejhgekkbkfpeehkgnmlbkc
URL Oficial https://chromewebstore.google.com/detail/pcc-machine-identity-vali/hibflgaccfejhgekkbkfpeehkgnmlbkc
Descrição This extension is used to communicate with the PCC native application to uniquely identify the client machine in order to provide…
Tamanho do Arquivo 10.31 KB
Contagem de Instalações 459
Versão Atual 1.2
Última Atualização 2020-07-17
Data de Publicação 2019-04-16
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor PCC Inc
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://pcctechnologyinc.com/
Idiomas Suportados 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"
}