Hubtiger -> Lightspeed

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

什麼是Hubtiger -> Lightspeed?

Hubtiger -> Lightspeed是由Hubtiger開發的Chrome擴展程式,該擴展的主要功能是“The Hubtiger / Lightspeed extension brings allows you to have some quick actions back to Hubtiger.”。

擴展截圖

screenshot
screenshot

下載Hubtiger -> Lightspeed擴展crx文件

下載Hubtiger -> Lightspeed擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Hubtiger -> Lightspeed Hubtiger -> Lightspeed
ID cgbcedgmdcieblakdiblpecefnfkbpgf
官方網址 https://chromewebstore.google.com/detail/hubtiger-%3E-lightspeed/cgbcedgmdcieblakdiblpecefnfkbpgf
簡介 The Hubtiger / Lightspeed extension brings allows you to have some quick actions back to Hubtiger.
檔案大小 51.17 KB
安裝次數 398
目前版本 1.2
更新時間 2023-02-13
上架時間 2021-07-23
評分 5.00/5 共 1 次評分
開發者 Hubtiger
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.hubtiger.com
隱私政策頁面URL https://hubtiger.com/privacy-policy
支援的語言 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"
    ]
}