InStijl Media Lightspeed Toolbar

This extension adds a toolbar that helps you navigate more easily trough your Lightspeed eCom shop.

Wat is InStijl Media Lightspeed Toolbar?

InStijl Media Lightspeed Toolbar is een Chrome-extensie ontwikkeld door InStijl Media, en de belangrijkste functie is "This extension adds a toolbar that helps you navigate more easily trough your Lightspeed eCom shop.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie InStijl Media Lightspeed Toolbar

Download InStijl Media Lightspeed Toolbar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam InStijl Media Lightspeed Toolbar InStijl Media Lightspeed Toolbar
ID epnicndkjbmfoodomdldgfgcfnfedkbm
Officiële URL https://chromewebstore.google.com/detail/instijl-media-lightspeed/epnicndkjbmfoodomdldgfgcfnfedkbm
Beschrijving This extension adds a toolbar that helps you navigate more easily trough your Lightspeed eCom shop.
Bestandsgrootte 54.32 KB
Aantal Installaties 181
Huidige Versie 1.4
Laatst Bijgewerkt 2023-10-25
Publicatiedatum 2023-06-20
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar InStijl Media
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.instijlmedia.nl
Help Pagina-URL https://www.instijlmedia.nl/contact/
URL van de Privacybeleid Pagina https://www.instijlmedia.nl/privacy-statement
Ondersteunde Talen 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"
    }
}