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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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\/*" ] } |