Add to Giftster Wish List Registry
Add items from any store to your Giftster wish lists, including child account wish lists.
Add to Giftster Wish List Registry란 무엇입니까?
Add to Giftster Wish List Registry은(는) https://www.giftster.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add items from any store to your Giftster wish lists, including child account wish lists."입니다.
확장 프로그램 스크린샷
Add to Giftster Wish List Registry 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Just click the Add to Giftster button when you are on a product page to add it to your wish list. Edit the details if desired, and add your star ranking, too. Browse your favorite websites, add items to your list with Giftster, and your family and close friends only have to shop one list to discover all your favorite gift ideas.
확장 프로그램 기본 정보
이름 | Add to Giftster Wish List Registry |
ID | igbiconphejknohhlfkbccjlemlnjndc |
공식 URL | https://chromewebstore.google.com/detail/add-to-giftster-wish-list/igbiconphejknohhlfkbccjlemlnjndc |
설명 | Add items from any store to your Giftster wish lists, including child account wish lists. |
파일 크기 | 138 KB |
설치 횟수 | 7,640 |
현재 버전 | 1.1 |
최근 업데이트 | 2022-06-08 |
출시 날짜 | 2016-11-11 |
평점 | 4.56/5 총 9 개의 평점 |
개발자 | https://www.giftster.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.giftster.com/add-to-giftster-button/ |
도움말 페이지 URL | https://help.giftster.com/ |
개인정보 보호 정책 페이지 URL | https://www.giftster.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Add to Giftster Wish List Registry", "short_name": "Add to Giftster", "description": "Add items from any store to your Giftster wish lists, including child account wish lists.", "version": "1.1", "icons": { "16": "icon-128.png", "48": "icon-128.png", "64": "icon-128.png", "128": "icon-128.png" }, "action": { "default_icon": { "16": "browser-icon-16.png", "24": "browser-icon-32.png", "32": "browser-icon-64.png" }, "default_popup": "popup.html", "default_title": "Add gift ideas from any site to Giftster" }, "permissions": [ "activeTab" ] } |