HomeAgain Microchip Registration - Pulse
This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…
Τι είναι το HomeAgain Microchip Registration - Pulse;
Το HomeAgain Microchip Registration - Pulse είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://homeagain.4act.com, και η κύρια λειτουργία του είναι "This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης HomeAgain Microchip Registration - Pulse
Λήψη αρχείων επέκτασης HomeAgain Microchip Registration - Pulse σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | HomeAgain Microchip Registration - Pulse |
ID | egadlfgjglklpimdfcobmlihkjaejpgp |
Επίσημο URL | https://chromewebstore.google.com/detail/homeagain-microchip-regis/egadlfgjglklpimdfcobmlihkjaejpgp |
Περιγραφή | This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly… |
Μέγεθος Αρχείου | 240 KB |
Αριθμός Εγκαταστάσεων | 781 |
Τρέχουσα Έκδοση | 1.5.6 |
Τελευταία Ενημέρωση | 2024-02-13 |
Ημερομηνία Δημοσίευσης | 2023-12-15 |
Προγραμματιστής | https://homeagain.4act.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://vsmart.4act.com/terms-of-service-privacy-policy |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |