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是由https://homeagain.4act.com開發的Chrome擴展程式,該擴展的主要功能是“This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…”。
擴展截圖
下載HomeAgain Microchip Registration - Pulse擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | egadlfgjglklpimdfcobmlihkjaejpgp |
| 官方網址 | 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"
]
}
]
} | |