eBay item location - My country only
Always start your eBay search for items in your country location only.
eBay item location - My country only란 무엇입니까?
eBay item location - My country only은(는) Mountassir Hafi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Always start your eBay search for items in your country location only."입니다.
확장 프로그램 스크린샷
eBay item location - My country only 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | eBay item location - My country only |
ID | efhmejgmpncbkkofodbkcgmmflmjbmbo |
공식 URL | https://chromewebstore.google.com/detail/ebay-item-location-my-cou/efhmejgmpncbkkofodbkcgmmflmjbmbo |
설명 | Always start your eBay search for items in your country location only. |
파일 크기 | 50.25 KB |
설치 횟수 | 2,759 |
현재 버전 | 1.1.15 |
최근 업데이트 | 2021-09-22 |
출시 날짜 | 2017-12-30 |
평점 | 4.57/5 총 30 개의 평점 |
개발자 | Mountassir Hafi |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/mountassir/ebay-search-extention |
도움말 페이지 URL | https://github.com/mountassir/ebay-search-extention |
지원되는 언어 | 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" } |