Optiseller Listing Checker

Display Optiseller Listing Checker on eBay item pages

Optiseller Listing Checkerคืออะไร?

Optiseller Listing Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Optiseller และคุณลักษณะหลักของมันคือ "Display Optiseller Listing Checker on eBay item pages"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Optiseller Listing Checker

ดาวน์โหลดไฟล์ส่วนขยาย Optiseller Listing Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Now it is easier than ever to do a quick health check on your eBay listings, as well as your competitors, with the Optiseller Single Listing Review Tool for eBay – all included in your Optiseller subscription!

With our OptiRating system built in to every part of the plugin, you will be able to make crucial tweaks to your listings, to drive your listing performance and maximise their potential on eBay.

The OptiRating will show your listing quality as a snapshot, and will react as you make changes to your listings in real time. Aim for excellent and give you and your listing a pat on the back!

View your listing quality and metrics in 3 key views:

Listing Visibility Score

o   Title length – it is important to use as much of the available space for titles as possible, and to include important keywords.

o   Keywords in title – advises keywords to place in your title based on listings currently on eBay.

o   Required Item Specifics – Optiseller’s flagship formula pulls the required item specifics and lets you know what is missing from your listing.

o   Recommended Item Specifics – advises you which item specifics to apply to your listing to give it the extra boost it deserves.

2. Shipping Availability

o   Fast & Free

o   Free Shipping

o   Express Shipping

o   Global Shipping Programme

3. Listing Booster

o   Multiple Images

o   Secondary Category

o   Strikethrough pricing

 

#SellMoreStress less with Optiseller                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Optiseller Listing Checker Optiseller Listing Checker
ID fidnlfiojeffknikdkkjbkedcbkmdmpg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/optiseller-listing-checke/fidnlfiojeffknikdkkjbkedcbkmdmpg
คำอธิบาย Display Optiseller Listing Checker on eBay item pages
ขนาดไฟล์ 352 KB
จำนวนการติดตั้ง 219
เวอร์ชันปัจจุบัน 0.3.6
อัปเดตครั้งล่าสุด 2023-07-19
วันที่เผยแพร่ 2023-04-28
ผู้พัฒนา Optiseller
อีเมล [email protected]
ประเภทการชำระเงิน free
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 Listing Checker",
    "description": "Display Optiseller Listing Checker on eBay item pages",
    "version": "0.3.6",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Optiseller Listing Checker",
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png",
                "icon-white.png",
                "logo-white.png",
                "logo.png"
            ],
            "matches": [
                "*:\/\/*.ebay.co.uk\/*",
                "*:\/\/*.ebay.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ebay.co.uk\/itm\/*",
                "*:\/\/*.ebay.com\/itm\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        },
        {
            "matches": [
                "*:\/\/app.optiseller.com\/Home\/IndexV2*"
            ],
            "js": [
                "torpedoHomepage.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}