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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" ] } ] } |