Quick Review Request For Amazon Sellers
Request Reviews from the Order List Page, makes requesting reviews much faster!
Wat is Quick Review Request For Amazon Sellers?
Quick Review Request For Amazon Sellers is een Chrome-extensie ontwikkeld door https://fbapreplogistics.com, en de belangrijkste functie is "Request Reviews from the Order List Page, makes requesting reviews much faster!".
Extensie Screenshots
Download het CRX-bestand van de extensie Quick Review Request For Amazon Sellers
Download Quick Review Request For Amazon Sellers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Quick Review Request For Amazon Sellers |
ID | cfnfoncabjhenkfjkmongbognpmkpggh |
Officiële URL | https://chromewebstore.google.com/detail/quick-review-request-for/cfnfoncabjhenkfjkmongbognpmkpggh |
Beschrijving | Request Reviews from the Order List Page, makes requesting reviews much faster! |
Bestandsgrootte | 1.25 MB |
Aantal Installaties | 708 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2020-08-21 |
Publicatiedatum | 2020-02-12 |
Beoordeling | 4.67/5 Totaal 12 Beoordelingen |
Ontwikkelaar | https://fbapreplogistics.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.fbapreplogistics.com |
URL van de Privacybeleid Pagina | https://www.fbapreplogistics.com/privacy-policy |
Ondersteunde Talen | 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" ] } ] } |