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是由sellerlionapp開發的Chrome擴展程式,該擴展的主要功能是“SellerLion Automates Amazon's 'Request a review' button and track & manage all of your product reviews in just one place”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Automate 'Request a review' - SellerLion擴展crx文件

下載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
官方網址 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"
}