Hubtiger -> Lightspeed

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

What is Hubtiger -> Lightspeed?

Hubtiger -> Lightspeed is a Chrome extension developed by Hubtiger, and its main feature is "The Hubtiger / Lightspeed extension brings allows you to have some quick actions back to Hubtiger.".

Extension Screenshots

screenshot
screenshot

Download Hubtiger -> Lightspeed Extension CRX File

Download Hubtiger -> Lightspeed extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Hubtiger -> Lightspeed Hubtiger -> Lightspeed
ID cgbcedgmdcieblakdiblpecefnfkbpgf
Official URL https://chromewebstore.google.com/detail/hubtiger-%3E-lightspeed/cgbcedgmdcieblakdiblpecefnfkbpgf
Description The Hubtiger / Lightspeed extension brings allows you to have some quick actions back to Hubtiger.
File Size 51.17 KB
Installation Count 398
Current Version 1.2
Last Updated 2023-02-13
Publish Date 2021-07-23
Rating 5.00/5 Total 1 Ratings
Developer Hubtiger
Email [email protected]
Payment Type free
Extension Website https://www.hubtiger.com
Privacy Policy Page URL https://hubtiger.com/privacy-policy
Supported Languages 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"
    ]
}