Visma LogBuy
With this browser extension you will be reminded of all available deals & discounts directly in your browser.
Visma LogBuy là gì?
Visma LogBuy là một tiện ích mở rộng Chrome được phát triển bởi developerlogbuy, và tính năng chính của nó là "With this browser extension you will be reminded of all available deals & discounts directly in your browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Visma LogBuy
Tải xuống các tệp mở rộng Visma LogBuy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Visma LogBuy |
ID | fodkehlogjohjggkggflokciallanhmo |
URL Chính Thức | https://chromewebstore.google.com/detail/visma-logbuy/fodkehlogjohjggkggflokciallanhmo |
Mô tả | With this browser extension you will be reminded of all available deals & discounts directly in your browser. |
Kích Thước Tệp | 745 KB |
Số Lần Cài Đặt | 8,704 |
Phiên Bản Hiện Tại | 0.6.2 |
Cập Nhật Lần Cuối | 2023-11-11 |
Ngày Phát Hành | 2021-06-09 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | developerlogbuy |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://logbuy.dk/ |
URL Trang Trợ Giúp | https://logbuy.dk/Kontakt |
URL Trang Chính Sách Bảo Mật | https://logbuy.dk/Persondata |
Ngôn Ngữ Được Hỗ Trợ | 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" } |