Visma LogBuy
With this browser extension you will be reminded of all available deals & discounts directly in your browser.
Что такое Visma LogBuy?
Visma LogBuy - это расширение Chrome, разработанное developerlogbuy, и его основная функция - "With this browser extension you will be reminded of all available deals & discounts directly in your browser.".
Снимки экрана расширения
Скачать файл CRX расширения Visma LogBuy
Скачайте файлы расширений Visma LogBuy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | Visma LogBuy |
ID | fodkehlogjohjggkggflokciallanhmo |
Официальный URL | https://chromewebstore.google.com/detail/visma-logbuy/fodkehlogjohjggkggflokciallanhmo |
Описание | With this browser extension you will be reminded of all available deals & discounts directly in your browser. |
Размер файла | 745 KB |
Количество установок | 8,704 |
Текущая Версия | 0.6.2 |
Последнее Обновление | 2023-11-11 |
Дата публикации | 2021-06-09 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | developerlogbuy |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://logbuy.dk/ |
URL страницы помощи | https://logbuy.dk/Kontakt |
URL страницы политики конфиденциальности | https://logbuy.dk/Persondata |
Поддерживаемые языки | 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" } |