Ungated Guide
A guide for going through the Amazon Ungating Process
Ungated Guide란 무엇입니까?
Ungated Guide은(는) Amazing Freedom에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A guide for going through the Amazon Ungating Process"입니다.
확장 프로그램 스크린샷
Ungated Guide 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Ungated Guide is an extension developed to help Amazon sellers through the ungating process. This guide can be helpful when trying to get ungated in the beauty, grocery, health & personal care, automotive, clothing, jewelry, luggage, shoes/bags/sunglasses, video/dvd and watches categories. The guide will attempt to be updated with new sources for invoices that appear to be working for other sellers. The guide gives direct links to each of the listed categories above and provides helpful notes/tips through the process. If you are new to Amazon ungating or having a tough time getting approved, this tool may help! The Ungated Guide tool is just meant to be a helpful guide and is not an ungating service. This tool does not do any ungating for you or guarantee any ungating results. It is simply meant to help you through the process in a way that follows Amazon's rules for ungating.
확장 프로그램 기본 정보
이름 | Ungated Guide |
ID | odocbmheljnldfaacjoponhoipflijli |
공식 URL | https://chromewebstore.google.com/detail/ungated-guide/odocbmheljnldfaacjoponhoipflijli |
설명 | A guide for going through the Amazon Ungating Process |
파일 크기 | 204 KB |
설치 횟수 | 324 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2017-02-07 |
출시 날짜 | 2017-02-07 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Amazing Freedom |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://amazingfreedom.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ungated Guide", "description": "A guide for going through the Amazon Ungating Process", "version": "1.0.0", "manifest_version": 2, "homepage_url": "http:\/\/momane.com\/", "permissions": [ "*:\/\/app.momane.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/sellercentral.amazon.com\/*" ], "js": [ "lib\/jquery-3.1.0.min.js", "text.js", "main.js" ], "css": [ "main.css" ] } ], "icons": { "128": "logo.png", "16": "logo.png" }, "browser_action": { "default_icon": "logo.png", "default_title": "Ungated Guide", "default_popup": "popup.html" }, "web_accessible_resources": [ "lib\/*" ] } |