WishCloud — Dream Sharing
Add your wish
WishCloud — Dream Sharing란 무엇입니까?
WishCloud — Dream Sharing은(는) Dominat에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add your wish"입니다.
확장 프로그램 스크린샷
WishCloud — Dream Sharing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Shopping & Dreaming Wishlist App #1. Create and share your wishlist from any online store and mobile app! It could be an item or event, a stylish bag or dance courses, a new fragrance or a movie visit. No more screenshots and URL’s to make shopping wishlists! — Discover everyday inspiration and save your favorites, or create your own wishes. — Share your wishlist with your friends and family. — Enjoy, add & discuss emotional moments with our huge community. — Watch the best video reviews from popular bloggers. Follow Us : Facebook: facebook.com/wishcloud.official [email protected] www.wishcloud.com
확장 프로그램 기본 정보
이름 | WishCloud — Dream Sharing |
ID | jmckhhdjbflmkkenmmclemmnelkojafa |
공식 URL | https://chromewebstore.google.com/detail/wishcloud-%E2%80%94-dream-sharing/jmckhhdjbflmkkenmmclemmnelkojafa |
설명 | Add your wish |
파일 크기 | 116 KB |
설치 횟수 | 25 |
현재 버전 | 1.1 |
최근 업데이트 | 2021-03-25 |
출시 날짜 | 2021-02-12 |
개발자 | Dominat |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://wishcloud.com/ |
도움말 페이지 URL | https://wishcloud.com/ |
개인정보 보호 정책 페이지 URL | https://wishcloud.com/privacy_policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WishCloud \u2014 Dream Sharing", "description": "Add your wish", "version": "1.1", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js" ] } ], "browser_action": { "default_title": "Bookmarks", "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "icons": { "128": "img\/icon.png" }, "manifest_version": 2 } |