Visma LogBuy
With this browser extension you will be reminded of all available deals & discounts directly in your browser.
O que é Visma LogBuy?
Visma LogBuy é uma extensão do Chrome desenvolvida por developerlogbuy, e sua principal característica é "With this browser extension you will be reminded of all available deals & discounts directly in your browser.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Visma LogBuy
Baixe arquivos de extensão Visma LogBuy 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
Install the extension to be notified about exclusive benefits you have access to via Visma LogBuy. The extension will keep track of your available discounts and if any of our partners come up in your Google searches or if you navigate to a partner we have a deal with, a notification will be displayed for you to easily read about the deal and how to obtain the discount. It's never been easier to be reminded about your exclusive benefits!
Informações Básicas da Extensão
Nome | Visma LogBuy |
ID | fodkehlogjohjggkggflokciallanhmo |
URL Oficial | https://chromewebstore.google.com/detail/visma-logbuy/fodkehlogjohjggkggflokciallanhmo |
Descrição | With this browser extension you will be reminded of all available deals & discounts directly in your browser. |
Tamanho do Arquivo | 745 KB |
Contagem de Instalações | 8,704 |
Versão Atual | 0.6.2 |
Última Atualização | 2023-11-11 |
Data de Publicação | 2021-06-09 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | developerlogbuy |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://logbuy.dk/ |
URL da Página de Ajuda | https://logbuy.dk/Kontakt |
URL da Página de Política de Privacidade | https://logbuy.dk/Persondata |
Idiomas Suportados | en,no,da |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "0.6.2", "permissions": [ "storage", "webNavigation", "tabs", "scripting", "alarms", "webRequest", "notifications" ], "host_permissions": [ "*:\/\/*\/*" ], "icons": { "16": "\/icons\/icon.png", "48": "\/icons\/Logo_48.png", "128": "\/icons\/Logo_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "\/icons\/icon.png", "default_popup": "popup.html", "default_title": "Visma LogBuy" }, "web_accessible_resources": [ { "resources": [ "injected-header-popup.html", "icons\/logo_white.png", "fonts\/*.woff2", "injections\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "default_locale": "en" } |