iAppraise

The easiest way to import appraisals from iAppraise to eraPower.

iAppraise क्या है?

iAppraise Kiratech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The easiest way to import appraisals from iAppraise to eraPower."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में iAppraise एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम iAppraise iAppraise
ID hdfcdnhlpleipdbpigkmmmfdcfdaiola
आधिकारिक URL https://chromewebstore.google.com/detail/iappraise/hdfcdnhlpleipdbpigkmmmfdcfdaiola
विवरण The easiest way to import appraisals from iAppraise to eraPower.
फ़ाइल का आकार 363 KB
स्थापना संख्या 206
वर्तमान संस्करण 1.2.4
अंतिम अपडेट 2023-02-06
प्रकाशन तिथि 2021-01-20
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Kiratech
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/*"
    ]
}