HomeAgain Microchip Registration - Pulse
This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…
Co to jest HomeAgain Microchip Registration - Pulse?
HomeAgain Microchip Registration - Pulse to rozszerzenie Chrome opracowane przez https://homeagain.4act.com, a jego główną funkcją jest „This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia HomeAgain Microchip Registration - Pulse
Pobierz pliki rozszerzeń HomeAgain Microchip Registration - Pulse w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | HomeAgain Microchip Registration - Pulse |
ID | egadlfgjglklpimdfcobmlihkjaejpgp |
Oficjalny URL | https://chromewebstore.google.com/detail/homeagain-microchip-regis/egadlfgjglklpimdfcobmlihkjaejpgp |
Opis | This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly… |
Rozmiar pliku | 240 KB |
Liczba instalacji | 781 |
Aktualna Wersja | 1.5.6 |
Ostatnia Aktualizacja | 2024-02-13 |
Data Publikacji | 2023-12-15 |
Deweloper | https://homeagain.4act.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://vsmart.4act.com/terms-of-service-privacy-policy |
Obsługiwane Języki | 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" ] } ] } |