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" } |