Visma LogBuy
With this browser extension you will be reminded of all available deals & discounts directly in your browser.
什麼是Visma LogBuy?
Visma LogBuy是由developerlogbuy開發的Chrome擴展程式,該擴展的主要功能是“With this browser extension you will be reminded of all available deals & discounts directly in your browser.”。
擴展截圖
下載Visma LogBuy擴展crx文件
下載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 |
官方網址 | 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" } |