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”。
扩展截图
下载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 |
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" } |