Hoysem X Lightspeed eCom Toolbar
Adds useful links and information about Lightspeed
Qu'est-ce que Hoysem X Lightspeed eCom Toolbar ?
Hoysem X Lightspeed eCom Toolbar est une extension Chrome développée par Hoysem, et sa fonction principale est "Adds useful links and information about Lightspeed".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hoysem X Lightspeed eCom Toolbar
Téléchargez les fichiers d'extension Hoysem X Lightspeed eCom Toolbar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Hoysem X Lightspeed eCom Toolbar |
ID | ldohogokgfblppbfkgoobedkoiagppib |
URL Officiel | https://chromewebstore.google.com/detail/hoysem-x-lightspeed-ecom/ldohogokgfblppbfkgoobedkoiagppib |
Description | Adds useful links and information about Lightspeed |
Taille du Fichier | 61.74 KB |
Nombre d'Installations | 350 |
Version Actuelle | 1.21 |
Dernière Mise à Jour | 2023-07-13 |
Date de Publication | 2023-07-12 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | Hoysem |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://hoysem.com/ |
URL de la Page d'Aide | https://hoysem.com/contact/ |
Langues Prises en Charge | 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:\/\/*\/*" ] } ] } |