Ebay To Amazon

This extension helps in DropShipping common operations between Ebay to Amazon. includes currently 2 features: - the ability to…

Ebay To Amazon là gì?

Ebay To Amazon là một tiện ích mở rộng Chrome được phát triển bởi levichen24, và tính năng chính của nó là "This extension helps in DropShipping common operations between Ebay to Amazon. includes currently 2 features: - the ability to…".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ebay To Amazon

Tải xuống các tệp mở rộng Ebay To Amazon 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

                        This extension helps in DropShipping common operations between Ebay to Amazon.

includes currently 2 features:
- the ability to copy buyer address details from Ebay to Shipping address form on Amazon.
   for this to work, both Ebay and Amazon website should be open as tabs on the same window.

- automatic filling of "Gift message" on amazon. can be defined on chrome extension options page.                    

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

Tên Ebay To Amazon Ebay To Amazon
ID kgcfkmpmdbhljoldikkcnhplnobehoah
URL Chính Thức https://chrome.google.com/webstore/detail/ebay-to-amazon/kgcfkmpmdbhljoldikkcnhplnobehoah
Mô tả This extension helps in DropShipping common operations between Ebay to Amazon. includes currently 2 features: - the ability to…
Kích Thước Tệp 36.92 KB
Số Lần Cài Đặt 751
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2017-01-21
Ngày Phát Hành 2017-01-21
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển levichen24
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://none
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ebay To Amazon",
    "short_name": "copyfields",
    "version": "1.2",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "content.js",
                "options.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "clipboardWrite",
        "clipboardRead",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}