Ungated Guide

A guide for going through the Amazon Ungating Process

Τι είναι το Ungated Guide;

Το Ungated Guide είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Amazing Freedom, και η κύρια λειτουργία του είναι "A guide for going through the Amazon Ungating Process".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Ungated Guide

Λήψη αρχείων επέκτασης Ungated Guide σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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\/*"
    ]
}