iAppraise
The easiest way to import appraisals from iAppraise to eraPower.
Wat is iAppraise?
iAppraise is een Chrome-extensie ontwikkeld door Kiratech, en de belangrijkste functie is "The easiest way to import appraisals from iAppraise to eraPower.".
Extensie Screenshots
Download het CRX-bestand van de extensie iAppraise
Download iAppraise-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | iAppraise |
ID | hdfcdnhlpleipdbpigkmmmfdcfdaiola |
Officiële URL | https://chromewebstore.google.com/detail/iappraise/hdfcdnhlpleipdbpigkmmmfdcfdaiola |
Beschrijving | The easiest way to import appraisals from iAppraise to eraPower. |
Bestandsgrootte | 363 KB |
Aantal Installaties | 206 |
Huidige Versie | 1.2.4 |
Laatst Bijgewerkt | 2023-02-06 |
Publicatiedatum | 2021-01-20 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Kiratech |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |