HomeAgain Microchip Registration - Pulse
This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…
Wat is HomeAgain Microchip Registration - Pulse?
HomeAgain Microchip Registration - Pulse is een Chrome-extensie ontwikkeld door https://homeagain.4act.com, en de belangrijkste functie is "This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…".
Extensie Screenshots
Download het CRX-bestand van de extensie HomeAgain Microchip Registration - Pulse
Download HomeAgain Microchip Registration - Pulse-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | HomeAgain Microchip Registration - Pulse |
ID | egadlfgjglklpimdfcobmlihkjaejpgp |
Officiële URL | https://chromewebstore.google.com/detail/homeagain-microchip-regis/egadlfgjglklpimdfcobmlihkjaejpgp |
Beschrijving | This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly… |
Bestandsgrootte | 240 KB |
Aantal Installaties | 781 |
Huidige Versie | 1.5.6 |
Laatst Bijgewerkt | 2024-02-13 |
Publicatiedatum | 2023-12-15 |
Ontwikkelaar | https://homeagain.4act.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://vsmart.4act.com/terms-of-service-privacy-policy |
Ondersteunde Talen | 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" ] } ] } |