Hoysem X Lightspeed eCom Toolbar

Adds useful links and information about Lightspeed

什么是Hoysem X Lightspeed eCom Toolbar?

Hoysem X Lightspeed eCom Toolbar是由Hoysem开发的Chrome扩展程序,该扩展的主要功能是“Adds useful links and information about Lightspeed”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Hoysem X Lightspeed eCom Toolbar扩展crx文件

下载Hoysem X Lightspeed eCom Toolbar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Pas je producten en categorieën in Lightspeed eCom aan met slechts één druk op de knop. Het zoeken tussen honderden of soms wel duizenden producten in de backoffice is verleden tijd!                    

扩展基本信息

名称 Hoysem X Lightspeed eCom Toolbar Hoysem X Lightspeed eCom Toolbar
ID ldohogokgfblppbfkgoobedkoiagppib
官方URL https://chromewebstore.google.com/detail/hoysem-x-lightspeed-ecom/ldohogokgfblppbfkgoobedkoiagppib
简介 Adds useful links and information about Lightspeed
文件大小 61.74 KB
安装次数 350
当前版本 1.21
更新时间 2023-07-13
上架时间 2023-07-12
评分 5.00/5 共5次评分
开发者 Hoysem
电子邮箱 [email protected]
付费类型 free
扩展官网 https://hoysem.com/
帮助页面URL https://hoysem.com/contact/
支持的语言 nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hoysem X Lightspeed eCom Toolbar",
    "description": "Adds useful links and information about Lightspeed",
    "version": "1.21",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "dist\/js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "dist\/js\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/css\/app.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}