Add to WishList.com Button
WishList.com - A button for saving wishes from any website to your wish list at WishList.com.
Add to WishList.com Button란 무엇입니까?
Add to WishList.com Button은(는) https://www.wishlist.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WishList.com - A button for saving wishes from any website to your wish list at WishList.com."입니다.
확장 프로그램 스크린샷
Add to WishList.com Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
What’s your WishList? Collect & share what you like from any website. WishLists can include things you like, inspirational ideas, or gifts you'd love for a special occasion. Use WishList.com like a wedding registry or a baby registry. Use WishList.com to organize and share stuff you’re into, and to get inspired by other peoples’ WishLists. 4 Reasons to use WishList.com: 1. Collect stuff you like as you visit any website. Organize lists to share your interests, favorite outfits, projects or inspirational ideas. Connect your lists to your Youtube, TikTok, Instagram, or blog profiles. 2. Create a universal gift registry for any occasion, with items from any website. 3. Get inspired by other peoples’ WishLists, interests, and ideas. 4. Find the perfect gift for friends and family. Reserve and buy gifts off their WishList, or help them make new WishLists to see exactly what they like. Let us know what you think of WishList.com. Tell us what new features you’d like to see: https://www.wishlist.com/contactus/ideas This extension does nothing until you click the button. It doesn't gather any information except a Wish title, image, url and price. You can review our privacy policy here: https://www.wishlist.com/privacy
확장 프로그램 기본 정보
이름 | Add to WishList.com Button |
ID | jeaepbakacaiplhmkdpjkbpjcpeenfdf |
공식 URL | https://chromewebstore.google.com/detail/add-to-wishlistcom-button/jeaepbakacaiplhmkdpjkbpjcpeenfdf |
설명 | WishList.com - A button for saving wishes from any website to your wish list at WishList.com. |
파일 크기 | 23.62 KB |
설치 횟수 | 25,800 |
현재 버전 | 2.6 |
최근 업데이트 | 2022-01-19 |
출시 날짜 | 2020-06-17 |
평점 | 3.71/5 총 14 개의 평점 |
개발자 | https://www.wishlist.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.wishlist.com |
도움말 페이지 URL | https://www.wishlist.com/contactus |
개인정보 보호 정책 페이지 URL | https://www.wishlist.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "WishListIcon-128.png", "default_title": "+WishList.com" }, "name": "Add to WishList.com Button", "description": "WishList.com - A button for saving wishes from any website to your wish list at WishList.com.", "homepage_url": "https:\/\/www.wishlist.com", "icons": { "16": "WishListIcon-16.png", "48": "WishListIcon-48.png", "128": "WishListIcon-128.png" }, "permissions": [ "contextMenus", "activeTab" ], "web_accessible_resources": [ "*.js" ], "version": "2.6", "manifest_version": 2 } |