Hudu Link

Creates links to Hudu customers pages on Syncro Ticket and Customer pages.

Wat is Hudu Link?

Hudu Link is een Chrome-extensie ontwikkeld door tom, en de belangrijkste functie is "Creates links to Hudu customers pages on Syncro Ticket and Customer pages.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hudu Link

Download Hudu Link-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hudu Link Hudu Link
ID pnjhghbpfjngdfccaghfhakfhidkaolj
Officiële URL https://chromewebstore.google.com/detail/hudu-link/pnjhghbpfjngdfccaghfhakfhidkaolj
Beschrijving Creates links to Hudu customers pages on Syncro Ticket and Customer pages.
Bestandsgrootte 37.41 KB
Aantal Installaties 164
Huidige Versie 1.3
Laatst Bijgewerkt 2021-11-25
Publicatiedatum 2021-11-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar tom
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
        "",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "options_ui": {
        "page": "options.html"
    }
}