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
官方URL 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"
    ]
}