eBay item location - My country only

Always start your eBay search for items in your country location only.

eBay item location - My country only là gì?

eBay item location - My country only là một tiện ích mở rộng Chrome được phát triển bởi Mountassir Hafi, và tính năng chính của nó là "Always start your eBay search for items in your country location only.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng eBay item location - My country only

Tải xuống các tệp mở rộng eBay item location - My country only dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        As a frequent eBay user, I almost always found myself starting my search by first setting the filter for items in my location only. Despite the long running feedback from many users on the need for the stickiness of item location preference, eBay has yet to provide a solution.

To facilitate a more efficient search, I designed an extension that defaults my eBay searches to only items in my location. It has saved me a lot of time and has been serving me very well so I'm publishing the extension for everyone's use.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên eBay item location - My country only eBay item location - My country only
ID efhmejgmpncbkkofodbkcgmmflmjbmbo
URL Chính Thức https://chromewebstore.google.com/detail/ebay-item-location-my-cou/efhmejgmpncbkkofodbkcgmmflmjbmbo
Mô tả Always start your eBay search for items in your country location only.
Kích Thước Tệp 50.25 KB
Số Lần Cài Đặt 2,759
Phiên Bản Hiện Tại 1.1.15
Cập Nhật Lần Cuối 2021-09-22
Ngày Phát Hành 2017-12-30
Đánh Giá 4.57/5 Tổng số 30 Đánh Giá
Nhà Phát Triển Mountassir Hafi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mountassir/ebay-search-extention
URL Trang Trợ Giúp https://github.com/mountassir/ebay-search-extention
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "eBay item location - My country only",
    "author": "Mountassir Hafi : [email protected]",
    "homepage_url": "https:\/\/github.com\/mountassir\/ebay-search-extention",
    "version": "1.1.15",
    "description": "Always start your eBay search for items in your country location only.",
    "icons": {
        "16": "icons\/main\/icon-16.png",
        "19": "icons\/main\/icon-19.png",
        "24": "icons\/main\/icon-24.png",
        "32": "icons\/main\/icon-32.png",
        "48": "icons\/main\/icon-48.png",
        "128": "icons\/main\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/main\/icon-16.png",
            "19": "icons\/main\/icon-19.png",
            "24": "icons\/main\/icon-24.png",
            "32": "icons\/main\/icon-32.png",
            "48": "icons\/main\/icon-48.png",
            "128": "icons\/main\/icon-128.png"
        },
        "default_popup": "options\/options.html"
    },
    "background": {
        "scripts": [
            "shared\/constants.js",
            "shared\/utils.js",
            "main\/eventPage.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "webNavigation",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "incognito": "split",
    "minimum_chrome_version": "22"
}