Hubtiger -> Lightspeed

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

Vad är Hubtiger -> Lightspeed?

Hubtiger -> Lightspeed är en Chrome-tillägg utvecklad av Hubtiger, och dess huvudfunktion är "The Hubtiger / Lightspeed extension brings allows you to have some quick actions back to Hubtiger.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Hubtiger -> Lightspeed-förlängningens CRX-fil

Ladda ner Hubtiger -> Lightspeed-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Hubtiger -> Lightspeed Hubtiger -> Lightspeed
ID cgbcedgmdcieblakdiblpecefnfkbpgf
Officiell webbadress https://chromewebstore.google.com/detail/hubtiger-%3E-lightspeed/cgbcedgmdcieblakdiblpecefnfkbpgf
Beskrivning The Hubtiger / Lightspeed extension brings allows you to have some quick actions back to Hubtiger.
Filstorlek 51.17 KB
Antal Installationer 398
Aktuell Version 1.2
Senast Uppdaterad 2023-02-13
Publiceringsdatum 2021-07-23
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Hubtiger
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.hubtiger.com
URL till Sekretesspolicy Sidan https://hubtiger.com/privacy-policy
Stödda Språk 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"
    ]
}