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
公式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
Eメール [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"
}