InStijl Media Lightspeed Toolbar
This extension adds a toolbar that helps you navigate more easily trough your Lightspeed eCom shop.
Hvad er InStijl Media Lightspeed Toolbar?
InStijl Media Lightspeed Toolbar er en Chrome-udvidelse udviklet af InStijl Media, og dens hovedfunktion er "This extension adds a toolbar that helps you navigate more easily trough your Lightspeed eCom shop.".
Udvidelsesskærmbilleder
Download InStijl Media Lightspeed Toolbar-udvidelses-CRX-fil
Download InStijl Media Lightspeed Toolbar-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | epnicndkjbmfoodomdldgfgcfnfedkbm |
| Officiel URL | https://chromewebstore.google.com/detail/instijl-media-lightspeed/epnicndkjbmfoodomdldgfgcfnfedkbm |
| Beskrivelse | This extension adds a toolbar that helps you navigate more easily trough your Lightspeed eCom shop. |
| Filstørrelse | 54.32 KB |
| Antal Installationer | 181 |
| Nuværende Version | 1.4 |
| Senest Opdateret | 2023-10-25 |
| Udgivelsesdato | 2023-06-20 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | InStijl Media |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.instijlmedia.nl |
| Hjælpeside-URL | https://www.instijlmedia.nl/contact/ |
| URL til Fortrolighedspolitik Side | https://www.instijlmedia.nl/privacy-statement |
| Understøttede Sprog | 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"
}
} | |