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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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": [ " |