EuroBonus Assistant
Notifies you if there are EuroBonus offers on the current website
EuroBonus Assistant là gì?
EuroBonus Assistant là một tiện ích mở rộng Chrome được phát triển bởi Trond Austlid, và tính năng chính của nó là "Notifies you if there are EuroBonus offers on the current website".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng EuroBonus Assistant
Tải xuống các tệp mở rộng EuroBonus Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | EuroBonus Assistant |
ID | klkpohceopfpjblgdcfpfcdmhkocljfk |
URL Chính Thức | https://chromewebstore.google.com/detail/eurobonus-assistant/klkpohceopfpjblgdcfpfcdmhkocljfk |
Mô tả | Notifies you if there are EuroBonus offers on the current website |
Kích Thước Tệp | 154 KB |
Số Lần Cài Đặt | 778 |
Phiên Bản Hiện Tại | 0.0.6 |
Cập Nhật Lần Cuối | 2019-05-09 |
Ngày Phát Hành | 2019-05-09 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Trond Austlid |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |