EuroBonus Assistant

Notifies you if there are EuroBonus offers on the current website

EuroBonus Assistant क्या है?

EuroBonus Assistant Trond Austlid द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Notifies you if there are EuroBonus offers on the current website"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में EuroBonus Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}