Evreward Multiplier
A Chrome extension that takes you to Evreward's page for the store you are visting.
Evreward Multiplier là gì?
Evreward Multiplier là một tiện ích mở rộng Chrome được phát triển bởi https://evreward.com, và tính năng chính của nó là "A Chrome extension that takes you to Evreward's page for the store you are visting.".
Ả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 Evreward Multiplier
Tải xuống các tệp mở rộng Evreward Multiplier 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
This simple extension places a clickable icon next to your Chrome search box that opens Evreward's page for the store you're currently browsing, giving you quick access to the coupons, promo codes, cash back rebates, rewards and discount gift cards available.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Evreward Multiplier |
ID | neffcmliiaaipkdmjcojobfjoafmbemi |
URL Chính Thức | https://chromewebstore.google.com/detail/evreward-multiplier/neffcmliiaaipkdmjcojobfjoafmbemi |
Mô tả | A Chrome extension that takes you to Evreward's page for the store you are visting. |
Kích Thước Tệp | 22.23 KB |
Số Lần Cài Đặt | 667 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2019-09-21 |
Ngày Phát Hành | 2019-09-21 |
Nhà Phát Triển | https://evreward.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.evreward.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Evreward Multiplier", "description": "A Chrome extension that takes you to Evreward's page for the store you are visting.", "version": "1.1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Evreward Multiplier", "default_icon": { "16": "images\/evreward16.png", "32": "images\/evreward32.png", "48": "images\/evreward48.png", "128": "images\/evreward128.png" } }, "icons": { "16": "images\/evreward16.png", "32": "images\/evreward32.png", "48": "images\/evreward48.png", "128": "images\/evreward128.png" }, "manifest_version": 2 } |