Hoysem X Lightspeed eCom Toolbar

Adds useful links and information about Lightspeed

What is Hoysem X Lightspeed eCom Toolbar?

Hoysem X Lightspeed eCom Toolbar is a Chrome extension developed by Hoysem, and its main feature is "Adds useful links and information about Lightspeed".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Hoysem X Lightspeed eCom Toolbar Extension CRX File

Download Hoysem X Lightspeed eCom Toolbar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Hoysem X Lightspeed eCom Toolbar Hoysem X Lightspeed eCom Toolbar
ID ldohogokgfblppbfkgoobedkoiagppib
Official URL https://chromewebstore.google.com/detail/hoysem-x-lightspeed-ecom/ldohogokgfblppbfkgoobedkoiagppib
Description Adds useful links and information about Lightspeed
File Size 61.74 KB
Installation Count 350
Current Version 1.21
Last Updated 2023-07-13
Publish Date 2023-07-12
Rating 5.00/5 Total 5 Ratings
Developer Hoysem
Email [email protected]
Payment Type free
Extension Website https://hoysem.com/
Help Page URL https://hoysem.com/contact/
Supported Languages 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:\/\/*\/*"
            ]
        }
    ]
}