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