Sellerise

Game-Changing Tools for Amazon Sellers

Τι είναι το Sellerise;

Το Sellerise είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sellerise Inc, και η κύρια λειτουργία του είναι "Game-Changing Tools for Amazon Sellers".

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

screenshot

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

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

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

                        Sellerise Chrome Extension is one of the best free Amazon extension that makes work simpler and easy to do by combining functions in a single place, instead of having to use multiple different extensions. It is powerful, performs fast, easy & free to use.

Review Downloader
- Have you ever thought of downloading Amazon reviews? If so, then you have landed at the right place. Everything you need to do is to select the "Review Downloader", then visit an Amazon product page or enter ASIN manually, and click the "Load Reviews" button.
- Reviews & Orders Match. 

Profit Analyzer
- Profit Analyzer will help you calculate the price and the gross profit margin for any Amazon product. By using this free tool you can determine the selling price and gross profit margin for Amazon products.

Review Requester:
- Feedback Review Manager
- Functional on every Amazon marketplace (US, UK, DE, FR, IT, ES, JP, CA, AU, AE)
- Easy-to-use review request button located on the main page of your order list for each order, eliminating time spent requesting reviews individually for each order
- Ability to submit mass review requests (up to 100 requests per page) and global review requests (up to 10,000 requests), in the background after the request is submitted. No need to worry about the page closing or getting stuck - the extension will finish all the tasks for you
- The system automatically skips Non-Amazon, refunded or pending orders


Contact us: [email protected]                    

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

Όνομα Sellerise Sellerise
ID gmmobojefonhonfekpdeajdjhkdbmgcn
Επίσημο URL https://chromewebstore.google.com/detail/sellerise/gmmobojefonhonfekpdeajdjhkdbmgcn
Περιγραφή Game-Changing Tools for Amazon Sellers
Μέγεθος Αρχείου 1.75 MB
Αριθμός Εγκαταστάσεων 12,460
Τρέχουσα Έκδοση 1.24
Τελευταία Ενημέρωση 2022-04-22
Ημερομηνία Δημοσίευσης 2020-06-11
Αξιολόγηση 4.31/5 Συνολικά 54 Αξιολογήσεις
Προγραμματιστής Sellerise Inc
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://sellerise.com/
URL της Σελίδας Πολιτικής Απορρήτου https://sellerise.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sellerise",
    "version": "1.24",
    "description": "Game-Changing Tools for Amazon Sellers",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "homepage_url": "https:\/\/www.sellerise.com\/",
    "permissions": [
        "background",
        "storage",
        "unlimitedStorage",
        "https:\/\/sellercentral.amazon.com\/*",
        "https:\/\/sellercentral.amazon.com.au\/*",
        "https:\/\/sellercentral.amazon.co.uk\/*",
        "https:\/\/sellercentral.amazon.ca\/*",
        "https:\/\/sellercentral.amazon.de\/*",
        "https:\/\/sellercentral.amazon.co.jp\/*",
        "https:\/\/sellercentral.amazon.fr\/*",
        "https:\/\/sellercentral.amazon.es\/*",
        "https:\/\/sellercentral.amazon.it\/*",
        "https:\/\/sellercentral-europe.amazon.com\/*",
        "https:\/\/sellercentral-japan.amazon.com\/*",
        "https:\/\/sellercentral.amazon.ae\/*",
        "https:\/\/*.amazon.com\/",
        "https:\/\/*.amazon.ca\/",
        "https:\/\/*.amazon.com.mx\/",
        "https:\/\/*.amazon.com.br\/",
        "https:\/\/*.amazon.ae\/",
        "https:\/\/*.amazon.de\/",
        "https:\/\/*.amazon.eg\/",
        "https:\/\/*.amazon.es\/",
        "https:\/\/*.amazon.fr\/",
        "https:\/\/*.amazon.in\/",
        "https:\/\/*.amazon.nl\/",
        "https:\/\/*.amazon.sa\/",
        "https:\/\/*.amazon.se\/",
        "https:\/\/*.amazon.sg\/",
        "https:\/\/*.amazon.co.jp\/",
        "https:\/\/*.amazon.com.tr\/",
        "https:\/\/*.amazon.com.au\/",
        "https:\/\/*.amazon.co.uk\/",
        "https:\/\/*.amazon.it\/",
        "https:\/\/*.amazonaws.com\/",
        "https:\/\/sellerise.com\/*",
        "tabs",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_popup": ".\/pages\/home\/home.html"
    },
    "background": {
        "scripts": [
            ".\/js\/jquery-3.5.1.min.js",
            ".\/js\/engine.js",
            ".\/js\/moment.js",
            ".\/js\/request.js",
            ".\/js\/xlsx.mini.min.js",
            ".\/js\/he.js",
            ".\/js\/background-helper.js",
            ".\/js\/sellerCentralAPI.js",
            ".\/services\/requester\/background.js",
            ".\/services\/profitCalculator\/background.js",
            ".\/services\/reviewDownloader\/background.js",
            ".\/services\/keywordResearch\/background.js",
            ".\/services\/global\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/sellerise.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sellercentral.amazon.com\/orders-v3\/*",
                "https:\/\/sellercentral.amazon.com.au\/orders-v3\/*",
                "https:\/\/sellercentral.amazon.co.uk\/orders-v3\/*",
                "https:\/\/sellercentral.amazon.ca\/orders-v3\/*",
                "https:\/\/sellercentral.amazon.de\/orders-v3\/*",
                "https:\/\/sellercentral.amazon.co.jp\/orders-v3\/*",
                "https:\/\/sellercentral.amazon.fr\/orders-v3\/*",
                "https:\/\/sellercentral.amazon.es\/orders-v3\/*",
                "https:\/\/sellercentral.amazon.it\/orders-v3\/*",
                "https:\/\/sellercentral-europe.amazon.com\/orders-v3\/*",
                "https:\/\/sellercentral-japan.amazon.com\/orders-v3\/*",
                "https:\/\/sellercentral.amazon.ae\/orders-v3\/*"
            ],
            "css": [
                ".\/services\/requester\/inject.css"
            ],
            "js": [
                "js\/jquery.js",
                ".\/js\/moment.js",
                ".\/services\/requester\/ordersReview\/injection.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/sellercentral.amazon.com\/feedback-manager\/*",
                "https:\/\/sellercentral.amazon.com.au\/feedback-manager\/*",
                "https:\/\/sellercentral.amazon.co.uk\/feedback-manager\/*",
                "https:\/\/sellercentral.amazon.ca\/feedback-manager\/*",
                "https:\/\/sellercentral.amazon.de\/feedback-manager\/*",
                "https:\/\/sellercentral.amazon.co.jp\/feedback-manager\/*",
                "https:\/\/sellercentral.amazon.fr\/feedback-manager\/*",
                "https:\/\/sellercentral.amazon.es\/feedback-manager\/*",
                "https:\/\/sellercentral.amazon.it\/feedback-manager\/*",
                "https:\/\/sellercentral-europe.amazon.com\/feedback-manager\/*",
                "https:\/\/sellercentral-japan.amazon.com\/feedback-manager\/*",
                "https:\/\/sellercentral.amazon.ae\/feedback-manager\/*"
            ],
            "css": [
                ".\/services\/requester\/inject.css"
            ],
            "js": [
                "js\/jquery.js",
                ".\/js\/moment.js",
                ".\/js\/moment-timezone.min.js",
                ".\/services\/requester\/feedbackReview\/injection.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/sellerise.com\/profit"
            ],
            "js": [
                ".\/js\/jquery-3.5.1.min.js",
                ".\/js\/engine.js",
                ".\/js\/notify.js",
                ".\/services\/profitCalculator\/injection.js"
            ]
        },
        {
            "matches": [
                "https:\/\/sellerise.com\/reviewdownloader*"
            ],
            "js": [
                ".\/js\/jquery-3.5.1.min.js",
                ".\/js\/engine.js",
                ".\/js\/notify.js",
                ".\/services\/reviewDownloader\/injection.js"
            ]
        },
        {
            "matches": [
                "https:\/\/sellerise.com\/research*"
            ],
            "js": [
                ".\/js\/jquery-3.5.1.min.js",
                ".\/js\/engine.js",
                ".\/services\/keywordResearch\/injection.js"
            ]
        },
        {
            "matches": [
                "https:\/\/sellerise.com\/*"
            ],
            "js": [
                ".\/js\/jquery-3.5.1.min.js",
                ".\/js\/engine.js",
                ".\/services\/global\/injection.js"
            ]
        }
    ]
}