EuroBonus Assistant

Notifies you if there are EuroBonus offers on the current website

EuroBonus Assistantคืออะไร?

EuroBonus Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Trond Austlid และคุณลักษณะหลักของมันคือ "Notifies you if there are EuroBonus offers on the current website"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EuroBonus Assistant

ดาวน์โหลดไฟล์ส่วนขยาย EuroBonus Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        EuroBonus Assistant is an extension for more efficiently getting EuroBonus points while shopping. It aggregates offers from different sources and shows the relevant ones for the website you're visiting. With a simple selection of the offer you'd like to use, it sends you to the offering website such as ViaTrumf or FlySAS for you to register before you start shopping. Does not require any invasive permissions.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ EuroBonus Assistant EuroBonus Assistant
ID klkpohceopfpjblgdcfpfcdmhkocljfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/eurobonus-assistant/klkpohceopfpjblgdcfpfcdmhkocljfk
คำอธิบาย Notifies you if there are EuroBonus offers on the current website
ขนาดไฟล์ 154 KB
จำนวนการติดตั้ง 778
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2019-05-09
วันที่เผยแพร่ 2019-05-09
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Trond Austlid
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en_GB",
    "permissions": [
        "storage",
        "alarms",
        "declarativeContent",
        "activeTab"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "16": "icon_16.png",
            "32": "icon_32.png",
            "48": "icon_48.png",
            "128": "icon_128.png"
        },
        "default_popup": "popup.html"
    },
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "0.0.6",
    "author": "Trond Austlid"
}