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ファイルをダウンロード
Auto eBay Feedback拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |