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
官方網址 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"
        ]
    }
}