Quick Review Request For Amazon Sellers

Request Reviews from the Order List Page, makes requesting reviews much faster!

Qu'est-ce que Quick Review Request For Amazon Sellers ?

Quick Review Request For Amazon Sellers est une extension Chrome développée par https://fbapreplogistics.com, et sa fonction principale est "Request Reviews from the Order List Page, makes requesting reviews much faster!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Quick Review Request For Amazon Sellers

Téléchargez les fichiers d'extension Quick Review Request For Amazon Sellers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Brings the new order Request Button from the Order detail page to the order list page.  Also keep track of which orders were already requested.

Features
- Bulk Submit (up to 100) per page
- Filter refunded order
- Filter non amazon (MF) orders
- Filter pending order
- Filer orders less then 4 days or more than 30 days as per Amazon policy
- Add new bulk submit feature 
- Add support for the following marketplaces - UK, DE, FR, IT, ES, JP, CA, AU                    

Informations de Base sur l'Extension

Nom Quick Review Request For Amazon Sellers Quick Review Request For Amazon Sellers
ID cfnfoncabjhenkfjkmongbognpmkpggh
URL Officiel https://chromewebstore.google.com/detail/quick-review-request-for/cfnfoncabjhenkfjkmongbognpmkpggh
Description Request Reviews from the Order List Page, makes requesting reviews much faster!
Taille du Fichier 1.25 MB
Nombre d'Installations 708
Version Actuelle 1.0.3
Dernière Mise à Jour 2020-08-21
Date de Publication 2020-02-12
Évaluation 4.67/5 Total 12 Évaluations
Développeur https://fbapreplogistics.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.fbapreplogistics.com
URL de la Page de Politique de Confidentialité https://www.fbapreplogistics.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Review Request For Amazon Sellers",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Request Reviews from the Order List Page, makes requesting reviews much faster!",
    "homepage_url": "http:\/\/www.fbapreplogistics.com",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5jnzjAaFFsH9d2Ijr+lWIg6HvOIwiHrQKLnpO+wfzTHBYJZohbyniy00c\/RrAMYhp+PDMYVutuXmf4y2saiPLAlu3Qovvz83xXbOLGmn8zfdez2jwi4virov1ad81GCj4qZ\/p2ANpwj6csFgIipGe9qaHWg7tS2105VURmXV5lgJ+dtCA7TuPSouqKU32\/ESVFnuisHyfLSp7qxb5O3K3RDHLRfRcEqJlfkgAW5Uw7V3DzBSQ30gbP5Z8s6nIOuvPB2ota2ybuBhVx6ebKZ\/x1HF0oAzl9N5mWSN4OiGSw6jzbMaOrI+OOv8MkxzR8Po8vI6BQjoawbbUSBiP+n0fQIDAQAB",
    "oauth2": {
        "client_id": "86574618221-b03m6touem7jnrthseto23kodanea6pk.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Quick Review Request",
        "default_popup": "src\/browser_action\/popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "https:\/\/sellercentral.amazon.com\/orders-v3*",
        "https:\/\/sellercentral.amazon.co.uk\/orders-v3*",
        "https:\/\/sellercentral.amazon.de\/orders-v3*",
        "https:\/\/sellercentral.amazon.fr\/orders-v3*",
        "https:\/\/sellercentral.amazon.it\/orders-v3*",
        "https:\/\/sellercentral.amazon.es\/orders-v3*",
        "https:\/\/sellercentral.amazon.co.jp\/orders-v3*",
        "https:\/\/sellercentral.amazon.ca\/orders-v3*",
        "https:\/\/sellercentral.amazon.com.au\/orders-v3*",
        "https:\/\/sellercentral-europe.amazon.com\/orders-v3*",
        "https:\/\/sellercentral-japan.amazon.com\/orders-v3*",
        "https:\/\/sellercentral.amazon.com\/orders*",
        "https:\/\/sellercentral.amazon.co.uk\/orders*",
        "https:\/\/sellercentral.amazon.de\/orders*",
        "https:\/\/sellercentral.amazon.fr\/orders*",
        "https:\/\/sellercentral.amazon.it\/orders*",
        "https:\/\/sellercentral.amazon.es\/orders*",
        "https:\/\/sellercentral.amazon.co.jp\/orders*",
        "https:\/\/sellercentral.amazon.ca\/orders*",
        "https:\/\/sellercentral.amazon.com.au\/orders*",
        "https:\/\/sellercentral-europe.amazon.com\/orders*",
        "https:\/\/sellercentral-japan.amazon.com\/orders*",
        "https:\/\/www.googleapis.com\/"
    ],
    "background": {
        "scripts": [
            "js\/buy.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sellercentral.amazon.com\/orders-v3*",
                "https:\/\/sellercentral.amazon.co.uk\/orders-v3*",
                "https:\/\/sellercentral.amazon.de\/orders-v3*",
                "https:\/\/sellercentral.amazon.fr\/orders-v3*",
                "https:\/\/sellercentral.amazon.it\/orders-v3*",
                "https:\/\/sellercentral.amazon.es\/orders-v3*",
                "https:\/\/sellercentral.amazon.co.jp\/orders-v3*",
                "https:\/\/sellercentral.amazon.ca\/orders-v3*",
                "https:\/\/sellercentral.amazon.com.au\/orders-v3*",
                "https:\/\/sellercentral-europe.amazon.com\/orders-v3*",
                "https:\/\/sellercentral-japan.amazon.com\/orders-v3*"
            ],
            "js": [
                "js\/jquery\/jquery-3.4.1.min.js",
                "js\/moment\/moment.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}