HomeAgain Microchip Registration - Pulse

This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…

O que é HomeAgain Microchip Registration - Pulse?

HomeAgain Microchip Registration - Pulse é uma extensão do Chrome desenvolvida por https://homeagain.4act.com, e sua principal característica é "This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão HomeAgain Microchip Registration - Pulse

Baixe arquivos de extensão HomeAgain Microchip Registration - Pulse 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 software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly inside of your cloud-based practice management software, saving you time and letting you focus on running your practice.                    

Informações Básicas da Extensão

Nome HomeAgain Microchip Registration - Pulse HomeAgain Microchip Registration - Pulse
ID egadlfgjglklpimdfcobmlihkjaejpgp
URL Oficial https://chromewebstore.google.com/detail/homeagain-microchip-regis/egadlfgjglklpimdfcobmlihkjaejpgp
Descrição This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…
Tamanho do Arquivo 240 KB
Contagem de Instalações 781
Versão Atual 1.5.6
Última Atualização 2024-02-13
Data de Publicação 2023-12-15
Desenvolvedor https://homeagain.4act.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://vsmart.4act.com/terms-of-service-privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HomeAgain Microchip Registration - Pulse",
    "version": "1.5.6",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/microchipregistration.4act.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "checkbox.png",
                "spinner-small.gif",
                "error.png",
                "options.html",
                "content.js"
            ],
            "matches": [
                "https:\/\/*.evetpractice.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.evetpractice.com\/Practice\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "jquery.modal.min.js",
                "content.js",
                "pims\/eVetPractice\/eVetPractice.js"
            ],
            "css": [
                "jquery.modal.min.css",
                "pims\/eVetPractice\/homeagainmicrochip.css"
            ]
        }
    ]
}