Prime Away

Search only for items that are listed without Prime - Saves time

Τι είναι το Prime Away;

Το Prime Away είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον shipman.financial, και η κύρια λειτουργία του είναι "Search only for items that are listed without Prime - Saves time".

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

screenshot
screenshot

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

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

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

                        Do you sell on Amazon.com?  Have you spent hours and hours searching for items to sell only to come up empty handed or frustrated by your results?  

Now supports Amazon.com, Amazon.ca and Amazon.co.uk

Take your business to new heights with this time saving add on to Google Chrome, whether you are dropshipping or performing retail arbitrage or both.  With this add on you will no longer have to wade through pages and pages of Amazon Prime shipping items to get to the items you can actually sell to make money on.  The man behind this extension is using it to create thousands of dollars in sales on Amazon while cutting his work time by 90%.

Another key feature is that this can be turned off when you are ready to shop for yourself by just pushing a simple button.

IF YOU HAVE TROUBLE, PLEASE ATTEMPT THE FOLLOWING:

Open up Developer Tools -> Console.
Check if the email address is displayed in the console.
Verify you are logged into Chrome with their Gmail. If you are not logged in, you must login to Chrome
Close Chrome and restart.
Open the extensions tab and select the Prime Away extension.
If the extension says "Turn on" click turn on.
If the extension says "Enter License Key"  enter yourlicense key.
After the valid key is entered, the extension should say "Turn on"

We have a 7 day refund policy. Contact us at [email protected] within 7 days of purchase with your order number and we will refund you.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Prime Away Prime Away
ID niifcleepdmiglkgdbjddeilclfdella
Επίσημο URL https://chromewebstore.google.com/detail/prime-away/niifcleepdmiglkgdbjddeilclfdella
Περιγραφή Search only for items that are listed without Prime - Saves time
Μέγεθος Αρχείου 88.3 KB
Αριθμός Εγκαταστάσεων 6,156
Τρέχουσα Έκδοση 1.4.2
Τελευταία Ενημέρωση 2021-03-03
Ημερομηνία Δημοσίευσης 2019-08-22
Αξιολόγηση 2.67/5 Συνολικά 46 Αξιολογήσεις
Προγραμματιστής shipman.financial
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prime Away",
    "version": "1.4.2",
    "manifest_version": 2,
    "description": "Search only for items that are listed without Prime - Saves time",
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-19-off.png",
        "default_title": "Prime Away"
    },
    "background": {
        "page": "background.html"
    },
    "incognito": "spanning",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/popup\/*"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "identity",
        "identity.email",
        "storage"
    ]
}