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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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