HomeAgain Microchip Registration - Pulse
This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…
Qu'est-ce que HomeAgain Microchip Registration - Pulse ?
HomeAgain Microchip Registration - Pulse est une extension Chrome développée par https://homeagain.4act.com, et sa fonction principale est "This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HomeAgain Microchip Registration - Pulse
Téléchargez les fichiers d'extension HomeAgain Microchip Registration - Pulse au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | HomeAgain Microchip Registration - Pulse |
ID | egadlfgjglklpimdfcobmlihkjaejpgp |
URL Officiel | 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… |
Taille du Fichier | 240 KB |
Nombre d'Installations | 781 |
Version Actuelle | 1.5.6 |
Dernière Mise à Jour | 2024-02-13 |
Date de Publication | 2023-12-15 |
Développeur | https://homeagain.4act.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://vsmart.4act.com/terms-of-service-privacy-policy |
Langues Prises en Charge | 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" ] } ] } |