Visma LogBuy
With this browser extension you will be reminded of all available deals & discounts directly in your browser.
Visma LogBuy क्या है?
Visma LogBuy developerlogbuy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With this browser extension you will be reminded of all available deals & discounts directly in your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Visma LogBuy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |