HomeAgain Microchip Registration - Pulse

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

What is HomeAgain Microchip Registration - Pulse?

HomeAgain Microchip Registration - Pulse is a Chrome extension developed by https://homeagain.4act.com, and its main feature is "This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…".

Extension Screenshots

screenshot

Download HomeAgain Microchip Registration - Pulse Extension CRX File

Download HomeAgain Microchip Registration - Pulse extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name HomeAgain Microchip Registration - Pulse HomeAgain Microchip Registration - Pulse
ID egadlfgjglklpimdfcobmlihkjaejpgp
Official URL https://chromewebstore.google.com/detail/homeagain-microchip-regis/egadlfgjglklpimdfcobmlihkjaejpgp
Description This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…
File Size 240 KB
Installation Count 781
Current Version 1.5.6
Last Updated 2024-02-13
Publish Date 2023-12-15
Developer https://homeagain.4act.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://vsmart.4act.com/terms-of-service-privacy-policy
Supported Languages 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"
            ]
        }
    ]
}