HomeAgain Microchip Registration - Pulse

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

¿Qué es HomeAgain Microchip Registration - Pulse?

HomeAgain Microchip Registration - Pulse es una extensión de Chrome desarrollada por https://homeagain.4act.com, y su función principal es "This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión HomeAgain Microchip Registration - Pulse

Descarga archivos de extensión HomeAgain Microchip Registration - Pulse en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre HomeAgain Microchip Registration - Pulse HomeAgain Microchip Registration - Pulse
ID egadlfgjglklpimdfcobmlihkjaejpgp
URL Oficial https://chromewebstore.google.com/detail/homeagain-microchip-regis/egadlfgjglklpimdfcobmlihkjaejpgp
Descripción This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…
Tamaño del Archivo 240 KB
Cantidad de Instalaciones 781
Versión Actual 1.5.6
Última Actualización 2024-02-13
Fecha de Publicación 2023-12-15
Desarrollador https://homeagain.4act.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://vsmart.4act.com/terms-of-service-privacy-policy
Idiomas Soportados 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"
            ]
        }
    ]
}