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

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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"
}