InStijl Media Lightspeed Toolbar
This extension adds a toolbar that helps you navigate more easily trough your Lightspeed eCom shop.
What is InStijl Media Lightspeed Toolbar?
InStijl Media Lightspeed Toolbar is a Chrome extension developed by InStijl Media, and its main feature is "This extension adds a toolbar that helps you navigate more easily trough your Lightspeed eCom shop.".
Extension Screenshots
Download InStijl Media Lightspeed Toolbar Extension CRX File
Download InStijl Media Lightspeed 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
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.
Extension Basic Information
Name | InStijl Media Lightspeed Toolbar |
ID | epnicndkjbmfoodomdldgfgcfnfedkbm |
Official URL | https://chromewebstore.google.com/detail/instijl-media-lightspeed/epnicndkjbmfoodomdldgfgcfnfedkbm |
Description | This extension adds a toolbar that helps you navigate more easily trough your Lightspeed eCom shop. |
File Size | 54.32 KB |
Installation Count | 181 |
Current Version | 1.4 |
Last Updated | 2023-10-25 |
Publish Date | 2023-06-20 |
Rating | 5.00/5 Total 2 Ratings |
Developer | InStijl Media |
[email protected] | |
Payment Type | free |
Extension Website | https://www.instijlmedia.nl |
Help Page URL | https://www.instijlmedia.nl/contact/ |
Privacy Policy Page URL | https://www.instijlmedia.nl/privacy-statement |
Supported Languages | 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" } } |