eBay Address Copier

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

ما هو eBay Address Copier؟

eBay Address Copier هو إضافة Chrome تم تطويرها بواسطة Gergo Kekesi، والميزة الرئيسية لها هي "Copy an eBay address with ease into an amazon address field!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة eBay Address Copier

قم بتنزيل ملفات الامتداد eBay Address Copier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
        ]
    }
}