IAR Injection

Useful for Fire Departments that have IAR screens. This script will automatically login the user that is set in the options.

IAR Injection là gì?

IAR Injection là một tiện ích mở rộng Chrome được phát triển bởi Jay Grayson, và tính năng chính của nó là "Useful for Fire Departments that have IAR screens. This script will automatically login the user that is set in the options.".

Ả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 IAR Injection

Tải xuống các tệp mở rộng IAR Injection 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 extension was initially developed for a fire department that I was a member of.  It is helpful to Fire Departments that have IAmResponding monitors throughout the building.  This will keep the user, that is specified in the options, logged into IAR.

Update 1.2.11:  Adam Brigman fixed login screen issue.  Thank you Adam!

Update 1.2.10:  Fixed issue with IAR adding a Cookie Acceptance Policy to their page.  Thanks to  Wildcat Township Volunteer Fire - Rescue & EMS for the information!

Update 1.2.9:  Fixed issue with IAR changing their login page URL.  Thanks to Troy O'Neil @ Duncannon Fire Company for the information!

Update 1.2.5:  Fixed an issue with that was causing IAR Injection to not fire if the user was accessing iamresponding.com with a URL other than the fixed URL's.  Thanks to Joe @ Albion Fire Department (NY) for the info!

Update 1.2.4:  There was an issue with windows not recognizing the URL's due to case sensitivity.  This is now fixed and working on Windows, Mac, Linux & Chromium.  Thanks to Marshall for the catch!

Update 1.2.3:  This update was simply to remove the CSS styling for the Incident Dashboard since IAR made changes to that dashboard.  The CSS was no longer working.  It has been removed and may come back in a future version with options for controlling it.                    

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

Tên IAR Injection IAR Injection
ID oapdkapkhmpljfoaefgihjhgibhcmcda
URL Chính Thức https://chromewebstore.google.com/detail/iar-injection/oapdkapkhmpljfoaefgihjhgibhcmcda
Mô tả Useful for Fire Departments that have IAR screens. This script will automatically login the user that is set in the options.
Kích Thước Tệp 250 KB
Số Lần Cài Đặt 545
Phiên Bản Hiện Tại 1.2.11
Cập Nhật Lần Cuối 2022-09-22
Ngày Phát Hành 2020-03-11
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Jay Grayson
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "author": "Jay Grayson",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.iamresponding.com\/*"
            ]
        }
    ],
    "description": "Useful for Fire Departments that have IAR screens.  This script will automatically login the user that is set in the options.",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnyH8OgazwgRbstqcynzcPZLodORbKuq2c0iil0CfrhhxO4be0fh5ZmuO7QcUR1xCGZEgO5Rn8frsv7sx0Hj7h14+IXgXWyZm2tBx\/L7BDnn2kEXc6gMawIoq6esGmslNIZKT1JD2ONErx1oCrhYpGY0OqJ7RrpmgEPC4z\/cDC4x\/4zCj+LctlT3Uynx4yZBg+mNmVa+oKcHAOutx9DAkcKpkF\/gFQimNXAMxCHYMswj5tZkD36EcJgq9yG0W9cZXB9eeqBsL3faAn7GfGztrxdRX+K8nk1J3lFqbleBymbZcSxJVDg2Upk0V\/6lDZI79l9HbJCX5JyOQD\/MjmgfnnQIDAQAB",
    "manifest_version": 2,
    "name": "IAR Injection",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.11",
    "web_accessible_resources": [
        "js\/content.js",
        "js\/options.js"
    ]
}