Zen Jet Pack
Zen Jet Pack will make your experience with ZenArbitrage even more powerful and focused. INSTRUCTIONS: 1) YOU MUST HAVE AMAZON…
Zen Jet Pack란 무엇입니까?
Zen Jet Pack은(는) zenjetpackce에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Zen Jet Pack will make your experience with ZenArbitrage even more powerful and focused. INSTRUCTIONS: 1) YOU MUST HAVE AMAZON…"입니다.
확장 프로그램 스크린샷
Zen Jet Pack 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Zen Jet Pack will make your experience with ZenArbitrage even more powerful and focused. INSTRUCTIONS: 1) YOU MUST HAVE AMAZON SELLER CENTRAL OPEN IN A SEPARATE TAB FOR THIS TO WORK CORRECTLY. 2) THE PROGRAM WILL START CROSS CHECKING EACH BOOK 30 SECONDS AFTER THE ZEN ARB PAGE LOADS. Built by a regular user of the website, Zen Jet Pack simplifies the workflow of finding books in the following ways: - Never waste time looking into a book that you can't buy anyway! - Zen Jet Pack connects to your Amazon Seller Account so you don't have to waste time clicking the "Check Restriction" for every book. - Visually see what books are promising at a quick glance! - Zen Jet Pack allows you to customize your searches highlighting books that have a favorable Used Price to FBA/AMZ price ration. - In the Extension Dropdown, you can enter a percentage you want for the Used Price in relation to the AMZ/FBA price. The default is set to 50% This feature may eventually become something Zen Arbitrage puts out themselves, but until that happens, enjoy!
확장 프로그램 기본 정보
이름 | Zen Jet Pack |
ID | hieimochdbgbebfdmgkjbdohmpnkdojh |
공식 URL | https://chromewebstore.google.com/detail/zen-jet-pack/hieimochdbgbebfdmgkjbdohmpnkdojh |
설명 | Zen Jet Pack will make your experience with ZenArbitrage even more powerful and focused. INSTRUCTIONS: 1) YOU MUST HAVE AMAZON… |
파일 크기 | 22.47 KB |
설치 횟수 | 14 |
현재 버전 | 2.0 |
최근 업데이트 | 2019-08-17 |
출시 날짜 | 2019-08-16 |
개발자 | zenjetpackce |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zen Jet Pack", "version": "2.0", "manifest_version": 2, "icons": { "128": "noun_jet-pack_128X128.png" }, "content_scripts": [ { "matches": [ "*:\/\/fba.zenarbitrage.com\/*" ], "js": [ "content.js" ] }, { "matches": [ "*:\/\/sellercentral.amazon.com\/abis\/Display\/ItemSelected?asin=*" ], "js": [ "amazon.js" ] }, { "matches": [ "*:\/\/sellercentral.amazon.com\/ap\/signin?*" ], "js": [ "amazonof.js" ] } ], "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |