iAppraise

The easiest way to import appraisals from iAppraise to eraPower.

What is iAppraise?

iAppraise is a Chrome extension developed by Kiratech, and its main feature is "The easiest way to import appraisals from iAppraise to eraPower.".

Extension Screenshots

screenshot

Download iAppraise Extension CRX File

Download iAppraise extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name iAppraise iAppraise
ID hdfcdnhlpleipdbpigkmmmfdcfdaiola
Official URL https://chromewebstore.google.com/detail/iappraise/hdfcdnhlpleipdbpigkmmmfdcfdaiola
Description The easiest way to import appraisals from iAppraise to eraPower.
File Size 363 KB
Installation Count 206
Current Version 1.2.4
Last Updated 2023-02-06
Publish Date 2021-01-20
Rating 5.00/5 Total 1 Ratings
Developer Kiratech
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}