HomeAgain Microchip Registration - Pulse

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

Cos'è HomeAgain Microchip Registration - Pulse?

HomeAgain Microchip Registration - Pulse è un'estensione di Chrome sviluppata da https://homeagain.4act.com, e la sua funzione principale è "This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HomeAgain Microchip Registration - Pulse

Scarica i file di estensione HomeAgain Microchip Registration - Pulse in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome HomeAgain Microchip Registration - Pulse HomeAgain Microchip Registration - Pulse
ID egadlfgjglklpimdfcobmlihkjaejpgp
URL Ufficiale https://chromewebstore.google.com/detail/homeagain-microchip-regis/egadlfgjglklpimdfcobmlihkjaejpgp
Descrizione This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…
Dimensione del File 240 KB
Conteggio Installazioni 781
Versione Corrente 1.5.6
Ultimo Aggiornamento 2024-02-13
Data di Pubblicazione 2023-12-15
Sviluppatore https://homeagain.4act.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://vsmart.4act.com/terms-of-service-privacy-policy
Lingue Supportate 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"
            ]
        }
    ]
}