SellerLion - Review & Feedback Tracker

SellerLion Amazon Review & Feedback Service, track & manage all of your product reviews in just one place

SellerLion - Review & Feedback Tracker란 무엇입니까?

SellerLion - Review & Feedback Tracker은(는) sellerlionapp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SellerLion Amazon Review & Feedback Service, track & manage all of your product reviews in just one place"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

SellerLion - Review & Feedback Tracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Track All Product Reviews for FREE, Track & manage all of your product reviews in just one place. SellerLion extension helps Amazon sellers to increase Store ratting and Product reviews automatically                    

확장 프로그램 기본 정보

이름 SellerLion - Review & Feedback Tracker SellerLion - Review & Feedback Tracker
ID ajobmpflmpjpjiecaccdkghhmfmfdjhl
공식 URL https://chromewebstore.google.com/detail/sellerlion-review-feedbac/ajobmpflmpjpjiecaccdkghhmfmfdjhl
설명 SellerLion Amazon Review & Feedback Service, track & manage all of your product reviews in just one place
파일 크기 227 KB
설치 횟수 266
현재 버전 0.0.7
최근 업데이트 2022-10-20
출시 날짜 2021-03-08
개발자 sellerlionapp
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://app.sellerlion.com/
도움말 페이지 URL https://app.sellerlion.com#support
개인정보 보호 정책 페이지 URL https://www.sellerlion.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "manifest_version": 2,
    "name": "SellerLion - Review & Feedback Tracker",
    "description": "SellerLion Amazon Review & Feedback Service, track & manage all of your product reviews in just one place",
    "short_name": "SellerLion",
    "version": "0.0.7",
    "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",
        "http:\/\/localhost:63791\/*",
        "alarms",
        "cookies",
        "https:\/\/*.sellerlion.com\/*",
        "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\/*",
                "http:\/\/localhost:63791\/*",
                "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"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.sellerlion.com\/*"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}