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
Eメール [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"
        ]
    }
}