eBay Address Copier

Copy an eBay address with ease into an amazon address field!

eBay Address Copier là gì?

eBay Address Copier là một tiện ích mở rộng Chrome được phát triển bởi Gergo Kekesi, và tính năng chính của nó là "Copy an eBay address with ease into an amazon address field!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng eBay Address Copier

Tải xuống các tệp mở rộng eBay Address Copier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        **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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên eBay Address Copier eBay Address Copier
ID dgadmpgbpjokdebdapdgdjmpdhcnompi
URL Chính Thức https://chromewebstore.google.com/detail/ebay-address-copier/dgadmpgbpjokdebdapdgdjmpdhcnompi
Mô tả Copy an eBay address with ease into an amazon address field!
Kích Thước Tệp 85.3 KB
Số Lần Cài Đặt 96
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-09-13
Ngày Phát Hành 2018-09-25
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Gergo Kekesi
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}