HomeAgain Microchip Registration - Pulse
This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…
Co je HomeAgain Microchip Registration - Pulse?
HomeAgain Microchip Registration - Pulse je rozšíření Chrome vyvinuté https://homeagain.4act.com, a jeho hlavní funkcí je „This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření HomeAgain Microchip Registration - Pulse
Stáhněte si soubory rozšíření HomeAgain Microchip Registration - Pulse ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | HomeAgain Microchip Registration - Pulse |
ID | egadlfgjglklpimdfcobmlihkjaejpgp |
Oficiální URL | https://chromewebstore.google.com/detail/homeagain-microchip-regis/egadlfgjglklpimdfcobmlihkjaejpgp |
Popis | This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly… |
Velikost souboru | 240 KB |
Počet instalací | 781 |
Aktuální Verze | 1.5.6 |
Poslední Aktualizace | 2024-02-13 |
Datum Vydání | 2023-12-15 |
Vývojář | https://homeagain.4act.com |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://vsmart.4act.com/terms-of-service-privacy-policy |
Podporované Jazyky | 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" ] } ] } |