Hoysem X Lightspeed eCom Toolbar

Adds useful links and information about Lightspeed

O que é Hoysem X Lightspeed eCom Toolbar?

Hoysem X Lightspeed eCom Toolbar é uma extensão do Chrome desenvolvida por Hoysem, e sua principal característica é "Adds useful links and information about Lightspeed".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Hoysem X Lightspeed eCom Toolbar

Baixe arquivos de extensão Hoysem X Lightspeed eCom Toolbar no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Hoysem X Lightspeed eCom Toolbar Hoysem X Lightspeed eCom Toolbar
ID ldohogokgfblppbfkgoobedkoiagppib
URL Oficial https://chromewebstore.google.com/detail/hoysem-x-lightspeed-ecom/ldohogokgfblppbfkgoobedkoiagppib
Descrição Adds useful links and information about Lightspeed
Tamanho do Arquivo 61.74 KB
Contagem de Instalações 350
Versão Atual 1.21
Última Atualização 2023-07-13
Data de Publicação 2023-07-12
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Hoysem
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://hoysem.com/
URL da Página de Ajuda https://hoysem.com/contact/
Idiomas Suportados 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:\/\/*\/*"
            ]
        }
    ]
}