Automate 'Request a review' - SellerLion

SellerLion Automates Amazon's 'Request a review' button and track & manage all of your product reviews in just one place

Τι είναι το Automate 'Request a review' - SellerLion;

Το Automate 'Request a review' - SellerLion είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sellerlionapp, και η κύρια λειτουργία του είναι "SellerLion Automates Amazon's 'Request a review' button and track & manage all of your product reviews in just one place".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Automate 'Request a review' - SellerLion

Λήψη αρχείων επέκτασης Automate 'Request a review' - SellerLion σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Automate Amazon's 'Request a review' button, Request Amazon product reviews automatically and track & manage all of your product reviews in just one place. SellerLion extension helps Amazon sellers to increase Store ratting and Product reviews automatically                    

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

Όνομα Automate 'Request a review' - SellerLion Automate 'Request a review' - SellerLion
ID fddfgodohmiojhpbkobafmkemkocjmdp
Επίσημο URL https://chromewebstore.google.com/detail/automate-request-a-review/fddfgodohmiojhpbkobafmkemkocjmdp
Περιγραφή SellerLion Automates Amazon's 'Request a review' button and track & manage all of your product reviews in just one place
Μέγεθος Αρχείου 244 KB
Αριθμός Εγκαταστάσεων 78
Τρέχουσα Έκδοση 1.8.1
Τελευταία Ενημέρωση 2021-04-22
Ημερομηνία Δημοσίευσης 2020-06-30
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής sellerlionapp
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://extension.sellerlion.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://extension.sellerlion.com/#support
URL της Σελίδας Πολιτικής Απορρήτου https://www.sellerlion.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "manifest_version": 2,
    "name": "Automate 'Request a review' - SellerLion",
    "description": "SellerLion Automates Amazon's 'Request a review' button and track & manage all of your product reviews in just one place",
    "short_name": "SellerLion",
    "version": "1.8.1",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "icons": {
        "128": "images\/SL_128.png",
        "32": "images\/SL_32.png",
        "48": "images\/SL_48.png"
    },
    "browser_action": {
        "default_icon": "images\/SL_128.png"
    },
    "web_accessible_resources": [
        "images\/*",
        "js\/*",
        "css\/*"
    ],
    "permissions": [
        "notifications",
        "alarms",
        "tabs",
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.co.uk\/*",
        "https:\/\/*.amazon.in\/*",
        "https:\/\/*.amazon.ca\/*",
        "https:\/\/*.amazon.de\/*",
        "https:\/\/*.amazon.co.jp\/*",
        "https:\/\/*.amazon.fr\/*",
        "https:\/\/*.amazon.es\/*",
        "https:\/\/*.amazon.it\/*",
        "https:\/\/*.amazon.ae\/*",
        "https:\/\/*.amazon.com.br\/*",
        "https:\/\/*.amazon.com.mx\/*",
        "https:\/\/*.amazon.com.tr\/*",
        "https:\/\/*.amazon.com.au\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.sellerlion.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.com.tr\/*",
                "https:\/\/*.amazon.com.au\/*"
            ],
            "js": [
                "js\/contentscript.js",
                "js\/jquery.min.js",
                "js\/common.js"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}