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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Visma LogBuy 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
}