eZshopper
No Credit Card? We Make Online Shopping Easy for you.
eZshopper란 무엇입니까?
eZshopper은(는) getezone에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "No Credit Card? We Make Online Shopping Easy for you."입니다.
확장 프로그램 스크린샷
eZshopper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
eZshopper allows you to capture items that you want to buy, and we place the order for you with our credit card. You can pay from your chequing or savings account via your bank's Internet banking or mobile banking services, or over the counter at your bank. eZshopper also allows “Retail Aggregation”, since the eZshopper cart allows products from up to 15 distinct web-merchants in a single “Check-Out”.
확장 프로그램 기본 정보
이름 | eZshopper |
ID | bnkdkedkdoaniknfocfonneflokdimcm |
공식 URL | https://chromewebstore.google.com/detail/ezshopper/bnkdkedkdoaniknfocfonneflokdimcm |
설명 | No Credit Card? We Make Online Shopping Easy for you. |
파일 크기 | 1.89 MB |
설치 횟수 | 1,000 |
현재 버전 | 1.9.5 |
최근 업데이트 | 2024-01-16 |
출시 날짜 | 2020-03-25 |
평점 | 4.86/5 총 7 개의 평점 |
개발자 | getezone |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://getezone.com |
도움말 페이지 URL | https://www.getezone.com/faqs/ |
개인정보 보호 정책 페이지 URL | https://www.getezone.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "eZshopper", "description": "No Credit Card? We Make Online Shopping Easy for you.", "version": "1.9.5", "icons": { "128": "www\/images\/icon128.png" }, "action": { "default_icon": { "19": "www\/images\/icon19.png", "38": "www\/images\/icon38.png", "128": "www\/images\/icon128.png" }, "default_popup": "www\/popup.html", "default_title": "eZshopper" }, "permissions": [ "scripting", "storage" ], "host_permissions": [ "https:\/\/*.getezone.com\/", "http:\/\/*\/", "https:\/\/*\/" ] } |