EuroBonus Assistant

Notifies you if there are EuroBonus offers on the current website

什麼是EuroBonus Assistant?

EuroBonus Assistant是由Trond Austlid開發的Chrome擴展程式,該擴展的主要功能是“Notifies you if there are EuroBonus offers on the current website”。

擴展截圖

screenshot

下載EuroBonus Assistant擴展crx文件

下載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
官方網址 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"
}