membees
membees is your cross-website online shopping assistant
membees là gì?
membees là một tiện ích mở rộng Chrome được phát triển bởi membees, và tính năng chính của nó là "membees is your cross-website online shopping assistant".
Ả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 membees
Tải xuống các tệp mở rộng membees 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
membees is a shopping assistant focused on simplifying your online shopping experiences. It helps you keep track and organize all your online shopping activities and provides recommendations for the best places to find what you are looking for. =================== == Using membees == =================== = Sessions: define a “shopping session” for each activity you want to perform, e.g.: planning “Holiday trip to Barcelona”, "Buy the christmas gifts for your kids", "Buy your new computer", "Buy tickets for the theater", etc. Inside each shopping session you will store everything relevant for that session. = Tasks: to specify what needs to be done in a session you define “tasks”. One session can have multiple tasks. For example, when planning your trip to Barcelona, you can have a task to buy the plane ticket, another to book the hotel, etc. = Recommendations: once you are actively shopping in a session (on a specific task) membees will immediately provide you a list of “popular recommendations” for services that can give you good deals for what you are looking for. For example, most popular services for booking flights to your holiday in Barcelona. These recommendations are based on “community collective intelligence”, e.g.: i.e., how the membees community shops for what you are looking for, how it rates the different services, etc. Such knowledge will enable users to help each other in finding the best deals for what they are looking for, which is one of the core goals of membees. This will also help users on dealing with the overwhelming number of shopping services available, and the uncertainty of never being completely sure they are making a good deal. = Watchlist: when you are shopping and find something interesting you can click on membees icon and add the offer to your shopping session’s “watchlist”. The “watchlist” allows you to store all the interesting offers come across in all your searching process in one single place. = Buy: once you are sure you have enough information about the different options around you can click on the offer you intend to buy and membees will guide you to the website where you can perform your purchase. =============================== == Advantages of using membees == =============================== = Easily keep track of all you shopping activities in one place. = Get highly relevant shopping recommendations (based on concrete usage statistics, not brute force marketing/advertisements). = Keep an eye on all your online shopping expenses.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | membees |
ID | gomijokmcajfledljhnhmililghiooef |
URL Chính Thức | https://chromewebstore.google.com/detail/membees/gomijokmcajfledljhnhmililghiooef |
Mô tả | membees is your cross-website online shopping assistant |
Kích Thước Tệp | 728 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 0.1.7 |
Cập Nhật Lần Cuối | 2014-12-12 |
Ngày Phát Hành | 2014-12-12 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | membees |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.membees.com |
URL Trang Trợ Giúp | https://membees.uservoice.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "membees", "description": "membees is your cross-website online shopping assistant", "version": "0.1.7", "icons": { "19": "images\/icon_19.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon_19.png", "default_popup": "membees.html", "default_title": "membees shopping assistant" }, "background": { "page": "membees.html" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end", "css": [ "css\/jquery.qtip.min.css", "css\/cscript.css" ], "js": [ "js\/jquery-1.10.2.js", "js\/noty\/packaged\/jquery.noty.packaged.min.js", "js\/noty\/themes\/default.js", "js\/cscript.js" ] } ], "web_accessible_resources": [ "images\/icon_19_off.png", "images\/icon_19.png" ] } |