Auto eBay Feedback
Automatically leaves eBay feedback for all transactions
Auto eBay Feedback란 무엇입니까?
Auto eBay Feedback은(는) https://milanisaweso.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically leaves eBay feedback for all transactions"입니다.
확장 프로그램 스크린샷
Auto eBay Feedback 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Rather than waste valuable time manually leaving feedback for every eBay transaction, you can type your feedback once and have the comment applied to all of your transactions. Great for small and big sellers alike! [v2.2] Fixed clicking of "Leave feedback" button [v2.1] Added a 3 second wait before reloading feedback page [v2.0] Updated for new eBay layout, which was effective late 2017 [v1.0.1] - Fixed my error of uploading Firefox version [v1.0] - Initial Release
확장 프로그램 기본 정보
이름 | |
ID | hhagpffmkdoppgkfdonjlidkjlljehob |
공식 URL | https://chrome.google.com/webstore/detail/auto-ebay-feedback/hhagpffmkdoppgkfdonjlidkjlljehob |
설명 | Automatically leaves eBay feedback for all transactions |
파일 크기 | 35.43 KB |
설치 횟수 | 310 |
현재 버전 | 2.2 |
최근 업데이트 | 2018-09-22 |
출시 날짜 | 2018-09-22 |
평점 | 4.57/5 총 7 개의 평점 |
개발자 | https://milanisaweso.me |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/milan102/Auto-eBay-Feedback |
도움말 페이지 URL | https://milanisaweso.me/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto eBay Feedback", "description": "Automatically leaves eBay feedback for all transactions", "homepage_url": "https:\/\/github.com\/milan102\/Auto-eBay-Feedback", "version": "2.2", "manifest_version": 2, "browser_action": { "browser_style": true, "default_title": "Auto eBay Feedback", "default_popup": "popup\/ebayfeedback.html", "default_icon": "icons\/ebay-32.png" }, "icons": { "48": "icons\/ebay-48.png" }, "permissions": [ "*:\/\/*.ebay.com\/*", "tabs", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/www.ebay.com\/fdbk\/leave_feedback", "*:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll" ], "js": [ "content_scripts\/current_leavefeedback.js" ] } ] } |