Hudu Link
Creates links to Hudu customers pages on Syncro Ticket and Customer pages.
Hudu Linkคืออะไร?
Hudu Link เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tom และคุณลักษณะหลักของมันคือ "Creates links to Hudu customers pages on Syncro Ticket and Customer pages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hudu Link
ดาวน์โหลดไฟล์ส่วนขยาย Hudu Link ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The add-on will put a link to hudu on your SyncroMSP ticket page next to the "Customer Info" title. You must have an API key for both Syncro and Hudu. The Syncro API key needs to have "ticket view detail" and "customer view detail" permissions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hudu Link |
ID | pnjhghbpfjngdfccaghfhakfhidkaolj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hudu-link/pnjhghbpfjngdfccaghfhakfhidkaolj |
คำอธิบาย | Creates links to Hudu customers pages on Syncro Ticket and Customer pages. |
ขนาดไฟล์ | 37.41 KB |
จำนวนการติดตั้ง | 164 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2021-11-25 |
วันที่เผยแพร่ | 2021-11-24 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | tom |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hudu Link", "version": "1.3", "description": "Creates links to Hudu customers pages on Syncro Ticket and Customer pages.", "icons": { "48": "icons\/border-48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-3.5.1.min.js", "hudulink.js" ] } ], "background": { "page": "background.html", "persistent": true }, "permissions": [ " |