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 |
Eメール | [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" } |