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" ] } ] } |