WZone Direct Import

The WZone Direct Import Extension will help you import products from Amazon straight to your WooCommerce store.

WZone Direct Importとは何ですか?

WZone Direct Importはhttps://wzone-plugin.comによって開発されたChromeの拡張機能で、その主な機能は「The WZone Direct Import Extension will help you import products from Amazon straight to your WooCommerce store.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

WZone Direct Import拡張機能のCRXファイルをダウンロード

WZone Direct Import拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        With the WZone Direct Import extension you can set up an Affiliate Website and Import Products from Amazon without any Efforts! 

It’s so easy! Simply browse on any Amazon Website, choose some Products, click on the Import button and the Products will be imported into your Website right away! 

You'll see how awesome of a extension this is before long!

You’ll have a site that functions and looks like an e-commerce website, but at checkout, customers will be led to Amazon.  And for each sale you will get a commision of course! 

Affiliate marketing gets a bad reputation a lot, and mostly it’s because so many people don’t do it right. 

But when you are running a store on your website, a legitimate store that provides products that you handpick, you’re going to be one step ahead of the competition.

As you might have heard, Amazon has restricted access to their Product Advertising API to new affiliates. For now it’s just for the United States Affiliate Program. 

Now, after you sign up and get your affiliate id you have to generate at least 3 qualified sales in order to get access to the Product Advertising API. 

We have built this extension with this sole purpose. To give you an alternative to import products into your website without the necessity of having API keys.

So, after you generate 3 sales, you will get access to the PA API and you will be able to import as many products as you wish using the WZone Plugin! Not only that! You will be able to auto import products, synchronize them, get reviews & much more! 

Changelog:
V.2.0.5 - Added Amazon Netherlands & Singapore
V.2.0.4 - Prices issues
V.2.0 - Import Products from Amazon without AWS Keys! Only works with WZone V12+
V.1.0.6  - update - you can now import books/ebooks
- Fix for "Apps & Games" category
V.1.0.5 - Fixed error on variation - when it remains stuck on variation that don't have images 
- Fixed issue with products that have video, and empty image was added into the gallery.
V.1.0.4 - Added compatibility with Additional Variation Images Plugin for WooCommerce, you can import up to 10 images if you have it installed.
V.1.0.3 - New Feature - Import Products into Custom Category
V.1.0.2 - Bugfix on Favicon
        - Fix on getting Categories
V.1.0.1 - Few Fixes
V.1.0 - Initial Release                    

拡張機能の基本情報

名前 WZone Direct Import WZone Direct Import
ID gmpiiinlandbgcfejoeaodgpfkdjnolm
公式URL https://chromewebstore.google.com/detail/wzone-direct-import/gmpiiinlandbgcfejoeaodgpfkdjnolm
説明 The WZone Direct Import Extension will help you import products from Amazon straight to your WooCommerce store.
ファイルサイズ 825 KB
インストール数 13,620
現在のバージョン 2.0.5
最終更新日 2020-04-01
公開日 2020-03-30
評価 2.92/5 合計 36 レビュー
開発者 https://wzone-plugin.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.aa-team.com/privacy-policy
対応言語 en
manifest.json
{
    "author": "AA-Team",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_name_short__",
    "description": "__MSG_extension_description__",
    "version": "2.0.5",
    "default_locale": "en",
    "icons": {
        "48": "images\/icons\/icon_48.png",
        "32": "images\/icons\/icon_32.png",
        "24": "images\/icons\/icon_24.png",
        "16": "images\/icons\/icon_16.png"
    },
    "browser_action": {
        "default_icon": "images\/icons\/icon_32.png",
        "default_title": "__MSG_extension_name__",
        "default_popup": "html\/options.html"
    },
    "options_page": "html\/options.html",
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "notifications",
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.cn\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.in\/*",
        "*:\/\/*.amazon.com.mx\/*",
        "*:\/\/*.amazon.com.br\/*",
        "*:\/\/*.amazon.com.au\/*",
        "*:\/\/*.amazon.ae\/*",
        "*:\/\/*.amazon.nl\/*",
        "*:\/\/*.amazon.sg\/*"
    ],
    "background": {
        "persistent": false,
        "page": "html\/background.html"
    },
    "web_accessible_resources": [
        "html\/template.html",
        "images\/*.*",
        "css\/content.css",
        "css\/font-awesome.min.css",
        "js\/inject.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/inject.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/fonts.googleapis.com; object-src 'self'",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}