iAppraise
The easiest way to import appraisals from iAppraise to eraPower.
什麼是iAppraise?
iAppraise是由Kiratech開發的Chrome擴展程式,該擴展的主要功能是“The easiest way to import appraisals from iAppraise to eraPower.”。
擴展截圖
下載iAppraise擴展crx文件
下載iAppraise擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | hdfcdnhlpleipdbpigkmmmfdcfdaiola |
官方網址 | 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\/*" ] } |