eBay Enhancement Suite

Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.

ما هو eBay Enhancement Suite؟

eBay Enhancement Suite هو إضافة Chrome تم تطويرها بواسطة LakinSoft، والميزة الرئيسية لها هي "Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة eBay Enhancement Suite

قم بتنزيل ملفات الامتداد eBay Enhancement Suite بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Unofficial tweaks for eBay. Most notable are the addition of maps to product listings.

I recommend looking at the options page - there's screenshots and each tweak can be individually disabled.                    

معلومات أساسية عن التمديد

الاسم eBay Enhancement Suite eBay Enhancement Suite
ID hpjjahdkofhbimpjfmgnobenmgfciepj
عنوان URL الرسمي https://chromewebstore.google.com/detail/ebay-enhancement-suite/hpjjahdkofhbimpjfmgnobenmgfciepj
الوصف Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.
حجم الملف 1.89 MB
عدد التثبيتات 21
النسخة الحالية 2.2.1
آخر تحديث 2018-07-09
تاريخ النشر 2018-07-09
تقييم 4.00/5 مجموع تقييمات 1
المطور LakinSoft
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "eBay Enhancement Suite",
    "version": "2.2.1",
    "description": "Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "options_page": "src\/options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png",
        "512": "images\/icon512.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png",
            "256": "images\/icon256.png",
            "512": "images\/icon512.png"
        }
    }
}