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 |
| 公式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 |
| Eメール | [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"
]
}
]
} | |