Ysell Chrome Extension

The extension is designed to connect to third-party services and obtain certain data about Amazon products for their indexing.

Ysell Chrome Extension란 무엇입니까?

Ysell Chrome Extension은(는) Test에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extension is designed to connect to third-party services and obtain certain data about Amazon products for their indexing."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Ysell Chrome Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Index Checker it's the extension for checking the index on the Amazon listings. Supported all Amazon markets (DE, ES, IT, FR, USA, etc.)                    

확장 프로그램 기본 정보

이름 Ysell Chrome Extension Ysell Chrome Extension
ID ajlebcfkiimbbaeodaejlodhapkpojeg
공식 URL https://chromewebstore.google.com/detail/ysell-chrome-extension/ajlebcfkiimbbaeodaejlodhapkpojeg
설명 The extension is designed to connect to third-party services and obtain certain data about Amazon products for their indexing.
파일 크기 54.37 KB
설치 횟수 76
현재 버전 1.2.3
최근 업데이트 2023-03-24
출시 날짜 2022-09-12
평점 5.00/5 총 9 개의 평점
개발자 Test
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ysell Chrome Extension",
    "description": "The extension is designed to connect to third-party services and obtain certain data about Amazon products for their indexing.",
    "version": "1.2.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.nl\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/ysell16.png",
            "32": "\/images\/ysell32.png",
            "48": "\/images\/ysell48.png",
            "128": "\/images\/ysell128.png"
        }
    },
    "icons": {
        "16": "\/images\/ysell16.png",
        "32": "\/images\/ysell32.png",
        "48": "\/images\/ysell48.png",
        "128": "\/images\/ysell128.png"
    },
    "options_page": "options.html"
}