InStijl Media Lightspeed Toolbar
This extension adds a toolbar that helps you navigate more easily trough your Lightspeed eCom shop.
什么是InStijl Media Lightspeed Toolbar?
InStijl Media Lightspeed Toolbar是由InStijl Media开发的Chrome扩展程序,该扩展的主要功能是“This extension adds a toolbar that helps you navigate more easily trough your Lightspeed eCom shop.”。
扩展截图
下载InStijl Media Lightspeed Toolbar扩展crx文件
下载InStijl Media Lightspeed Toolbar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Toolbar for developers and merchants using Lightspeed eCom (C-Series). This toolbar adds  buttons and information on all Lightspeed eCom pages, to make your work easier.                     扩展基本信息
| 名称 |   |  
| ID | epnicndkjbmfoodomdldgfgcfnfedkbm | 
| 官方URL | https://chromewebstore.google.com/detail/instijl-media-lightspeed/epnicndkjbmfoodomdldgfgcfnfedkbm | 
| 简介 | This extension adds a toolbar that helps you navigate more easily trough your Lightspeed eCom shop. | 
| 文件大小 | 54.32 KB | 
| 安装次数 | 181 | 
| 当前版本 | 1.4 | 
| 更新时间 | 2023-10-25 | 
| 上架时间 | 2023-06-20 | 
| 评分 | 5.00/5 共2次评分 | 
| 开发者 | InStijl Media | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://www.instijlmedia.nl | 
| 帮助页面URL | https://www.instijlmedia.nl/contact/ | 
| 隐私政策页面URL | https://www.instijlmedia.nl/privacy-statement | 
| 支持的语言 | en,nl | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.4",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "ism.png"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "ism-toolbar.js"
            ],
            "css": [
                "ism-toolbar.css"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "favicon16.png",
        "32": "favicon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}  |  |