HomeAgain Microchip Registration - Pulse

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

HomeAgain Microchip Registration - Pulse क्या है?

HomeAgain Microchip Registration - Pulse https://homeagain.4act.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HomeAgain Microchip Registration - Pulse एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम HomeAgain Microchip Registration - Pulse HomeAgain Microchip Registration - Pulse
ID egadlfgjglklpimdfcobmlihkjaejpgp
आधिकारिक URL https://chromewebstore.google.com/detail/homeagain-microchip-regis/egadlfgjglklpimdfcobmlihkjaejpgp
विवरण This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…
फ़ाइल का आकार 240 KB
स्थापना संख्या 781
वर्तमान संस्करण 1.5.6
अंतिम अपडेट 2024-02-13
प्रकाशन तिथि 2023-12-15
डेवलपर https://homeagain.4act.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://vsmart.4act.com/terms-of-service-privacy-policy
समर्थित भाषाएँ 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"
            ]
        }
    ]
}