Hubtiger -> Lightspeed

The Hubtiger / Lightspeed extension brings allows you to have some quick actions back to Hubtiger.

Wat is Hubtiger -> Lightspeed?

Hubtiger -> Lightspeed is een Chrome-extensie ontwikkeld door Hubtiger, en de belangrijkste functie is "The Hubtiger / Lightspeed extension brings allows you to have some quick actions back to Hubtiger.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Hubtiger -> Lightspeed

Download Hubtiger -> Lightspeed-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

                        This extension is specifically for Hubtiger customers who also use Lightspeed. Hubtiger allows bike shops to send their jobs to Lightspeed, this widget is a helper in the event that you in the sale and would like to open the job card quickly without having to go into Hubtiger to find it. We also have the option to show Hubtiger within Lightspeed, so if you working between the two, you can do it with the click of a button.                    

Basisinformatie over de Extensie

Naam Hubtiger -> Lightspeed Hubtiger -> Lightspeed
ID cgbcedgmdcieblakdiblpecefnfkbpgf
Officiële URL https://chromewebstore.google.com/detail/hubtiger-%3E-lightspeed/cgbcedgmdcieblakdiblpecefnfkbpgf
Beschrijving The Hubtiger / Lightspeed extension brings allows you to have some quick actions back to Hubtiger.
Bestandsgrootte 51.17 KB
Aantal Installaties 398
Huidige Versie 1.2
Laatst Bijgewerkt 2023-02-13
Publicatiedatum 2021-07-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Hubtiger
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.hubtiger.com
URL van de Privacybeleid Pagina https://hubtiger.com/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery-3.2.1.min.js",
                "hubtiger.js"
            ],
            "matches": [
                "*:\/\/us.merchantos.com\/*"
            ]
        }
    ],
    "description": "The Hubtiger \/ Lightspeed extension brings allows you to have some quick actions back to Hubtiger.",
    "externally_connectable": {
        "matches": [
            "*:\/\/us.merchantos.com\/*"
        ]
    },
    "icons": {
        "128": "icons\/icon_128.png",
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png"
    },
    "version": "1.2",
    "manifest_version": 3,
    "name": "Hubtiger -> Lightspeed",
    "permissions": [
        "tabs"
    ]
}