Hubtiger -> Lightspeed
The Hubtiger / Lightspeed extension brings allows you to have some quick actions back to Hubtiger.
O que é Hubtiger -> Lightspeed?
Hubtiger -> Lightspeed é uma extensão do Chrome desenvolvida por Hubtiger, e sua principal característica é "The Hubtiger / Lightspeed extension brings allows you to have some quick actions back to Hubtiger.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hubtiger -> Lightspeed
Baixe arquivos de extensão Hubtiger -> Lightspeed 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
This extension is specifically for Hubtiger customers who also use Lightspeed. Hubtiger allows bike shops to send their jobs to Lightspeed, this widget is a helper in the event that you in the sale and would like to open the job card quickly without having to go into Hubtiger to find it. We also have the option to show Hubtiger within Lightspeed, so if you working between the two, you can do it with the click of a button.
Informações Básicas da Extensão
Nome | Hubtiger -> Lightspeed |
ID | cgbcedgmdcieblakdiblpecefnfkbpgf |
URL Oficial | https://chromewebstore.google.com/detail/hubtiger-%3E-lightspeed/cgbcedgmdcieblakdiblpecefnfkbpgf |
Descrição | The Hubtiger / Lightspeed extension brings allows you to have some quick actions back to Hubtiger. |
Tamanho do Arquivo | 51.17 KB |
Contagem de Instalações | 398 |
Versão Atual | 1.2 |
Última Atualização | 2023-02-13 |
Data de Publicação | 2021-07-23 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Hubtiger |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.hubtiger.com |
URL da Página de Política de Privacidade | https://hubtiger.com/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "lib\/jquery-3.2.1.min.js", "hubtiger.js" ], "matches": [ "*:\/\/us.merchantos.com\/*" ] } ], "description": "The Hubtiger \/ Lightspeed extension brings allows you to have some quick actions back to Hubtiger.", "externally_connectable": { "matches": [ "*:\/\/us.merchantos.com\/*" ] }, "icons": { "128": "icons\/icon_128.png", "16": "icons\/icon_16.png", "48": "icons\/icon_48.png" }, "version": "1.2", "manifest_version": 3, "name": "Hubtiger -> Lightspeed", "permissions": [ "tabs" ] } |