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!"입니다.

확장 프로그램 스크린샷

screenshot

eBay Address Copier 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        **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 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
이메일 [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"
        ]
    }
}