iAppraise

The easiest way to import appraisals from iAppraise to eraPower.

iAppraise là gì?

iAppraise là một tiện ích mở rộng Chrome được phát triển bởi Kiratech, và tính năng chính của nó là "The easiest way to import appraisals from iAppraise to eraPower.".

Ả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 iAppraise

Tải xuống các tệp mở rộng iAppraise 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 is used by iAppraise Dealerships to automate data entry from iAppraise's dealership appraisals into eraPower's website, thus speeding up the time it takes for manual data entry.                    

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

Tên iAppraise iAppraise
ID hdfcdnhlpleipdbpigkmmmfdcfdaiola
URL Chính Thức https://chromewebstore.google.com/detail/iappraise/hdfcdnhlpleipdbpigkmmmfdcfdaiola
Mô tả The easiest way to import appraisals from iAppraise to eraPower.
Kích Thước Tệp 363 KB
Số Lần Cài Đặt 206
Phiên Bản Hiện Tại 1.2.4
Cập Nhật Lần Cuối 2023-02-06
Ngày Phát Hành 2021-01-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Kiratech
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iAppraise",
    "description": "The easiest way to import appraisals from iAppraise to eraPower.",
    "version": "1.2.4",
    "author": "Kiratech",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "toolkit.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.erapower\/base\/templates\/*",
                "*:\/\/erapower.tonywhitegroup.com.au\/base\/templates\/*"
            ],
            "all_frames": true,
            "js": [
                "fuse.js",
                "toolkit.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "data\/*.json"
    ],
    "permissions": [
        "storage",
        "notifications",
        "https:\/\/www.iappraise.net.au\/rest-api\/*",
        "https:\/\/www.iappraise.net.au\/rest-api-auth\/*"
    ]
}