Whilo
Whilo
Whilo là gì?
Whilo là một tiện ích mở rộng Chrome được phát triển bởi http://thisiswhilo.com, và tính năng chính của nó là "Whilo".
Ả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 Whilo
Tải xuống các tệp mở rộng Whilo 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
Whilo let’s you save what you see anywhere online, create custom wish lists, share your wish lists and follow friends and family so you can always give (and get!) the perfect gift. With Whilo, you can: - always get a gift you actually want - know exactly what to get others (even if it’s last minute) - save anything you like from any site online - be part of a community focused on quality and thoughtfulness - see what tastemakers and stylists really want - create public or private wish lists for children and loved ones, specific holidays or special events -receive birthday reminders to make sure you never miss another important event - get inspiration for gifts, yourself and so much more. In the future, you’ll be able to: - receive product recommendations tailored to you - filter products by price, color, type, age or brand - access gift guides based on personality types - import your existing wish lists from other sites, such as Pinterest and Amazon. If there’s anything you think we can improve on, feel free to email [email protected].
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mkphcbigbmhlfgejmglcklggadcffhae |
URL Chính Thức | https://chrome.google.com/webstore/detail/whilo/mkphcbigbmhlfgejmglcklggadcffhae |
Mô tả | Whilo |
Kích Thước Tệp | 1.95 MB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 1.8.0 |
Cập Nhật Lần Cuối | 2018-05-28 |
Ngày Phát Hành | 2018-05-28 |
Đánh Giá | 4.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://thisiswhilo.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://thisiswhilo.com.com/ |
URL Trang Trợ Giúp | http://whilo.freshdesk.com |
URL Trang Chính Sách Bảo Mật | http://thisiswhilo.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whilo", "version": "1.8.0", "description": "Whilo", "homepage_url": "http:\/\/www.whilo.com", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com 'unsafe-eval'; object-src 'self'", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Whilo", "default_popup": "dist\/browser_action.html" }, "background": { "scripts": [ "dist\/event_page.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "dist\/css\/content_script.css" ], "js": [ "dist\/content_script.js" ], "run_at": "document_end" } ], "permissions": [ "tabs", "cookies", "storage", "activeTab", " |