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 là gì?

HomeAgain Microchip Registration - Pulse là một tiện ích mở rộng Chrome được phát triển bởi https://homeagain.4act.com, và tính năng chính của nó là "This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng HomeAgain Microchip Registration - Pulse

Tải xuống các tệp mở rộng HomeAgain Microchip Registration - Pulse dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HomeAgain Microchip Registration - Pulse HomeAgain Microchip Registration - Pulse
ID egadlfgjglklpimdfcobmlihkjaejpgp
URL Chính Thức https://chromewebstore.google.com/detail/homeagain-microchip-regis/egadlfgjglklpimdfcobmlihkjaejpgp
Mô tả This software will automatically fill out and register pet microchip information with the HomeAgain microchip service directly…
Kích Thước Tệp 240 KB
Số Lần Cài Đặt 781
Phiên Bản Hiện Tại 1.5.6
Cập Nhật Lần Cuối 2024-02-13
Ngày Phát Hành 2023-12-15
Nhà Phát Triển https://homeagain.4act.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://vsmart.4act.com/terms-of-service-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}