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 |
官方網址 | 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 |
電子郵箱 | [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" ] } } |