iAppraise
The easiest way to import appraisals from iAppraise to eraPower.
iAppraiseคืออะไร?
iAppraise เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kiratech และคุณลักษณะหลักของมันคือ "The easiest way to import appraisals from iAppraise to eraPower."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iAppraise
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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\/*" ] } |