Hudu Link
Creates links to Hudu customers pages on Syncro Ticket and Customer pages.
Hudu Link क्या है?
Hudu Link tom द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Creates links to Hudu customers pages on Syncro Ticket and Customer pages."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hudu Link एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [ " |