Optiseller Lite

Perform health checks on your eBay listings, create new listings smoothly & review, fix & relist or delist stale listings.

Optiseller Lite란 무엇입니까?

Optiseller Lite은(는) Optiseller에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Perform health checks on your eBay listings, create new listings smoothly & review, fix & relist or delist stale listings."입니다.

확장 프로그램 스크린샷

Optiseller Lite 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Now it is easier than ever to stay on top of your eBay listings with the Optiseller Lite for Google Chrome™. Simply adding this extension allows you to perform quick and easy health checks on your listings , create new listings smoothly and review, fix and relist or delist your stale listings.

With the OptiRating system, based on a quick health analysis, you will be able to make crucial tweaks to optimise your listings to their fullest potential. Dive deeper into aspects, including images, titles, item specifics and pricing to discover improvement suggestions that can be updated with one click of the button.

Let Optiseller Lite help you sell more and stress less.

Discover the Benefits:
•View your active listings in a whole new light with highlighted recommendations for quick updating.
•Start off on the right foot with the create listings tool - giving you peace of mind knowing your listing is optimised from the start.
•Manage your stale listings by easily delisting or relisting with recommended aspect values.                    

확장 프로그램 기본 정보

이름 Optiseller Lite Optiseller Lite
ID cannpmaccllbejmigfbghmjljmadpgcm
공식 URL https://chromewebstore.google.com/detail/optiseller-lite/cannpmaccllbejmigfbghmjljmadpgcm
설명 Perform health checks on your eBay listings, create new listings smoothly & review, fix & relist or delist stale listings.
파일 크기 767 KB
설치 횟수 1,635
현재 버전 1.0.2
최근 업데이트 2024-02-29
출시 날짜 2022-10-06
평점 3.00/5 총 2 개의 평점
개발자 Optiseller
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://lite.optiseller.com/
도움말 페이지 URL https://help.optiseller.com
개인정보 보호 정책 페이지 URL https://www.optiseller.com/privacy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Optiseller Lite",
    "description": "Perform health checks on your eBay listings, create new listings smoothly & review, fix & relist or delist stale listings.",
    "version": "1.0.2",
    "icons": {
        "16": "optisellerliteicon.png",
        "48": "optisellerliteicon.png",
        "128": "optisellerliteicon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "optisellerliteicon.png",
                "graphic-price-low.png",
                "graphic-price-medium.png",
                "graphic-price-high.png",
                "logo-optiseller-lite.png"
            ],
            "matches": [
                "*:\/\/*.ebay.co.uk\/*",
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.ebay.com.au\/*",
                "*:\/\/*.ebay.de\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ebay.co.uk\/sh\/*",
                "*:\/\/*.ebay.com\/sh\/*",
                "*:\/\/*.ebay.com.au\/sh\/*",
                "*:\/\/*.ebay.de\/sh\/*"
            ],
            "js": [
                "jquery.min.js",
                "contentScript.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.ebay.co.uk\/sh\/lst\/active",
                "*:\/\/*.ebay.co.uk\/sh\/lst\/active?*",
                "*:\/\/*.ebay.co.uk\/sh\/lst\/",
                "*:\/\/*.ebay.co.uk\/sh\/lst",
                "*:\/\/*.ebay.com\/sh\/lst\/active",
                "*:\/\/*.ebay.com\/sh\/lst\/active?*",
                "*:\/\/*.ebay.com\/sh\/lst\/",
                "*:\/\/*.ebay.com\/sh\/lst",
                "*:\/\/*.ebay.com.au\/sh\/lst\/active",
                "*:\/\/*.ebay.com.au\/sh\/lst\/active?*",
                "*:\/\/*.ebay.com.au\/sh\/lst\/",
                "*:\/\/*.ebay.com.au\/sh\/lst",
                "*:\/\/*.ebay.de\/sh\/lst\/active",
                "*:\/\/*.ebay.de\/sh\/lst\/active?*",
                "*:\/\/*.ebay.de\/sh\/lst\/",
                "*:\/\/*.ebay.de\/sh\/lst"
            ],
            "js": [
                "jquery.min.js",
                "manageListings.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.ebay.co.uk\/lstng?*mode=AddItem*",
                "*:\/\/*.ebay.co.uk\/lstng?*mode=SellLikeItem*",
                "*:\/\/*.ebay.co.uk\/lstng?*mode=ReviseItem*",
                "*:\/\/*.ebay.co.uk\/lstng?*mode=SellSimilarItem*",
                "*:\/\/*.ebay.co.uk\/lstng?*mode=RelistItem*",
                "*:\/\/*.ebay.com\/lstng?*mode=AddItem*",
                "*:\/\/*.ebay.com\/lstng?*mode=SellLikeItem*",
                "*:\/\/*.ebay.com\/lstng?*mode=ReviseItem*",
                "*:\/\/*.ebay.com\/lstng?*mode=SellSimilarItem*",
                "*:\/\/*.ebay.com\/lstng?*mode=RelistItem*",
                "*:\/\/*.ebay.com.au\/lstng?*mode=AddItem*",
                "*:\/\/*.ebay.com.au\/lstng?*mode=SellLikeItem*",
                "*:\/\/*.ebay.com.au\/lstng?*mode=ReviseItem*",
                "*:\/\/*.ebay.com.au\/lstng?*mode=SellSimilarItem*",
                "*:\/\/*.ebay.com.au\/lstng?*mode=RelistItem*",
                "*:\/\/*.ebay.de\/lstng?*mode=AddItem*",
                "*:\/\/*.ebay.de\/lstng?*mode=SellLikeItem*",
                "*:\/\/*.ebay.de\/lstng?*mode=ReviseItem*",
                "*:\/\/*.ebay.de\/lstng?*mode=SellSimilarItem*",
                "*:\/\/*.ebay.de\/lstng?*mode=RelistItem*"
            ],
            "js": [
                "jquery.min.js",
                "createitem.js"
            ]
        },
        {
            "matches": [
                "*:\/\/bulksell.ebay.co.uk\/ws\/eBayISAPI.dll?SingleList*"
            ],
            "js": [
                "jquery.min.js",
                "createitemclassic.js"
            ]
        },
        {
            "matches": [
                "*:\/\/app.optiseller.com\/",
                "*:\/\/app.optiseller.com\/DataSourceHome*"
            ],
            "js": [
                "torpedoHomepage.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}