Ebay To Amazon

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

什么是Ebay To Amazon?

Ebay To Amazon是由levichen24开发的Chrome扩展程序,该扩展的主要功能是“This extension helps in DropShipping common operations between Ebay to Amazon. includes currently 2 features: - the ability to…”。

扩展截图

screenshot
screenshot
screenshot

下载Ebay To Amazon扩展crx文件

下载Ebay To Amazon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Ebay To Amazon Ebay To Amazon
ID kgcfkmpmdbhljoldikkcnhplnobehoah
官方URL https://chrome.google.com/webstore/detail/ebay-to-amazon/kgcfkmpmdbhljoldikkcnhplnobehoah
简介 This extension helps in DropShipping common operations between Ebay to Amazon. includes currently 2 features: - the ability to…
文件大小 36.92 KB
安装次数 751
当前版本 1.2
更新时间 2017-01-21
上架时间 2017-01-21
评分 4.83/5 共6次评分
开发者 levichen24
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://none
支持的语言 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"
        ]
    }
}