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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}