Whilo
Whilo
Whilo란 무엇입니까?
Whilo은(는) http://thisiswhilo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Whilo"입니다.
확장 프로그램 스크린샷
Whilo 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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].
확장 프로그램 기본 정보
이름 | |
ID | mkphcbigbmhlfgejmglcklggadcffhae |
공식 URL | https://chrome.google.com/webstore/detail/whilo/mkphcbigbmhlfgejmglcklggadcffhae |
설명 | Whilo |
파일 크기 | 1.95 MB |
설치 횟수 | 47 |
현재 버전 | 1.8.0 |
최근 업데이트 | 2018-05-28 |
출시 날짜 | 2018-05-28 |
평점 | 4.50/5 총 4 개의 평점 |
개발자 | http://thisiswhilo.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://thisiswhilo.com.com/ |
도움말 페이지 URL | http://whilo.freshdesk.com |
개인정보 보호 정책 페이지 URL | http://thisiswhilo.com/privacy-policy |
지원되는 언어 | 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", " |