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
Eメール [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"
    ]
}