Add To Registry - Amazing Registry
Add gifts from any website to your Amazing Registry
Add To Registry - Amazing Registry란 무엇입니까?
Add To Registry - Amazing Registry은(는) https://www.amazingregistry.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add gifts from any website to your Amazing Registry"입니다.
확장 프로그램 스크린샷
Add To Registry - Amazing Registry 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Add gifts from any website to your Amazing Registry using the 'Add To Registry' chrome extension. After you found the gift you want, click the 'Add To Registry' chrome extension button, optionally add size & color comments, and click 'Add To Amazing Registry'. It's that simple. Amazing Registry is a free and easy way to register for all occasions. Register at as many stores as you want, and you can add your store registries to your Amazing Registry. Add gifts from any website using our 'Add To Registry' button. Scan & add gifts using our mobile app. All the gifts you want from all the stores you want them from will show up together on your one Amazing Registry. Most of our users use Amazing Registry for their wedding registry or baby registry, but we have many people using it for holidays, birthdays, back to school and more.
확장 프로그램 기본 정보
이름 | Add To Registry - Amazing Registry |
ID | fakaldmaepeakkcjljcakjphgknbbbmp |
공식 URL | https://chromewebstore.google.com/detail/add-to-registry-amazing-r/fakaldmaepeakkcjljcakjphgknbbbmp |
설명 | Add gifts from any website to your Amazing Registry |
파일 크기 | 9.69 KB |
설치 횟수 | 796 |
현재 버전 | 1.1 |
최근 업데이트 | 2014-11-19 |
출시 날짜 | 2014-11-19 |
평점 | 2.50/5 총 2 개의 평점 |
개발자 | https://www.amazingregistry.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.amazingregistry.com |
도움말 페이지 URL | http://www.amazingregistry.com/help |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1", "name": "Add To Registry - Amazing Registry", "short_name": "Add To Registry", "description": "Add gifts from any website to your Amazing Registry", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "box19.png", "default_title": "Add To Registry - Amazing Registry" }, "homepage_url": "http:\/\/www.amazingregistry.com", "icons": { "128": "box128.png", "48": "box48.png", "19": "box19.png", "16": "box16.png" } } |