HomeAgain Microchip Registration - Pulse

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

Hvad er HomeAgain Microchip Registration - Pulse?

HomeAgain Microchip Registration - Pulse er en Chrome-udvidelse udviklet af https://homeagain.4act.com, og dens hovedfunktion er "This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…".

Udvidelsesskærmbilleder

screenshot

Download HomeAgain Microchip Registration - Pulse-udvidelses-CRX-fil

Download HomeAgain Microchip Registration - Pulse-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn HomeAgain Microchip Registration - Pulse HomeAgain Microchip Registration - Pulse
ID egadlfgjglklpimdfcobmlihkjaejpgp
Officiel URL https://chromewebstore.google.com/detail/homeagain-microchip-regis/egadlfgjglklpimdfcobmlihkjaejpgp
Beskrivelse This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…
Filstørrelse 240 KB
Antal Installationer 781
Nuværende Version 1.5.6
Senest Opdateret 2024-02-13
Udgivelsesdato 2023-12-15
Udvikler https://homeagain.4act.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://vsmart.4act.com/terms-of-service-privacy-policy
Understøttede Sprog 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"
            ]
        }
    ]
}