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 |
公式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 |
Eメール | [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" } |