eBay Address Copier
Copy an eBay address with ease into an amazon address field!
eBay Address Copierとは何ですか?
eBay Address CopierはGergo Kekesiによって開発されたChromeの拡張機能で、その主な機能は「Copy an eBay address with ease into an amazon address field!」です。
拡張機能のスクリーンショット
eBay Address Copier拡張機能のCRXファイルをダウンロード
eBay Address Copier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
**FOR NOW, UK ONLY!** A great tool for Dropshipping! Do you mess around with trying to copy an address from the fields on eBay into Amazon? This extension is for you! Copy an address with ease from eBay to Amazon. All you need to do is navigate to the page that contains the address, press the copy icon in your task bar, then navigate to the Amazon checkout page where you need to add the address, click "Add new address" and then click the extension button again. BOOM! You just copied the address, well done! Feel free to provide feedback or feature requests. Thanks for using this extension! Greg Latest updates: Version 1.0 - Updated the extension to work with copying an address from the SellerHub page
拡張機能の基本情報
名前 | eBay Address Copier |
ID | dgadmpgbpjokdebdapdgdjmpdhcnompi |
公式URL | https://chromewebstore.google.com/detail/ebay-address-copier/dgadmpgbpjokdebdapdgdjmpdhcnompi |
説明 | Copy an eBay address with ease into an amazon address field! |
ファイルサイズ | 85.3 KB |
インストール数 | 96 |
現在のバージョン | 1.0 |
最終更新日 | 2020-09-13 |
公開日 | 2018-09-25 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | Gergo Kekesi |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "eBay Address Copier", "description": "Copy an eBay address with ease into an amazon address field!", "version": "1.0", "author": "Gergo Kekesi", "icons": { "16": "icon_by_bqlqn_from_flaticon_com.png", "48": "icon_by_bqlqn_from_flaticon_com.png", "128": "icon_by_bqlqn_from_flaticon_com.png" }, "browser_action": { "default_icon": "icon_by_bqlqn_from_flaticon_com.png" }, "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "persistent": false, "scripts": [ "background.js" ] } } |