HomeAgain Microchip Registration - Pulse
This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…
Was ist HomeAgain Microchip Registration - Pulse?
HomeAgain Microchip Registration - Pulse ist eine Chrome-Erweiterung, die von https://homeagain.4act.com entwickelt wurde, und ihr Hauptmerkmal ist "This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…".
Erweiterungsscreenshots
HomeAgain Microchip Registration - Pulse-Erweiterungs-CRX-Datei herunterladen
Laden Sie HomeAgain Microchip Registration - Pulse-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | egadlfgjglklpimdfcobmlihkjaejpgp |
| Offizielle URL | https://chromewebstore.google.com/detail/homeagain-microchip-regis/egadlfgjglklpimdfcobmlihkjaejpgp |
| Beschreibung | This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly… |
| Dateigröße | 240 KB |
| Installationsanzahl | 781 |
| Aktuelle Version | 1.5.6 |
| Letztes Update | 2024-02-13 |
| Veröffentlichungsdatum | 2023-12-15 |
| Entwickler | https://homeagain.4act.com |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://vsmart.4act.com/terms-of-service-privacy-policy |
| Unterstützte Sprachen | 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"
]
}
]
} | |