eZ Elite Creator
Easily create eZ Elites from your Amazon and eBay shipments
eZ Elite Creator란 무엇입니까?
eZ Elite Creator은(는) https://getezone.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily create eZ Elites from your Amazon and eBay shipments"입니다.
확장 프로그램 스크린샷
eZ Elite Creator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Easily create eZ Elites from your Amazon and eBay shipments. Runs in the background of your Chrome browser or run manually through the interface. Requires login to Amazon, eBay and eZone accounts.
확장 프로그램 기본 정보
이름 | eZ Elite Creator |
ID | npffgkeiloipncddpajpeafdahfgoibo |
공식 URL | https://chromewebstore.google.com/detail/ez-elite-creator/npffgkeiloipncddpajpeafdahfgoibo |
설명 | Easily create eZ Elites from your Amazon and eBay shipments |
파일 크기 | 123 KB |
설치 횟수 | 1,594 |
현재 버전 | 1.9.5 |
최근 업데이트 | 2022-07-18 |
출시 날짜 | 2020-07-23 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://getezone.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://getezone.com |
도움말 페이지 URL | https://getezone.com/faqs |
개인정보 보호 정책 페이지 URL | https://www.getezone.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "eZ Elite Creator", "description": "Easily create eZ Elites from your Amazon and eBay shipments", "version": "1.9.5", "icons": { "128": "www\/images\/icon128.png" }, "background": { "scripts": [ "www\/js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.ebay.com\/*" ], "js": [ "www\/js\/scrapeEbayContent.js" ] } ], "browser_action": { "default_icon": { "19": "www\/images\/icon19.png", "38": "www\/images\/icon38.png", "128": "www\/images\/icon128.png" }, "default_popup": "www\/index.html" }, "permissions": [ "alarms", "notifications", "storage", "tabs", "webNavigation", "unlimitedStorage", "https:\/\/*.getezone.com\/", "https:\/\/*.amazon.com\/", "https:\/\/amazon.com\/", "https:\/\/*.ebay.com\/*", "https:\/\/ebay.com\/" ] } |