ACL Products Importer

ACL Product Importer as helper of WordPress Plugin.

什麼是ACL Products Importer?

ACL Products Importer是由https://amadercode.com開發的Chrome擴展程式,該擴展的主要功能是“ACL Product Importer as helper of WordPress Plugin.”。

擴展截圖

screenshot

下載ACL Products Importer擴展crx文件

下載ACL Products Importer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        AmaderCode Lab created a Chrome Extension named ACL Product Importer for those people who wants to import Amazon store products directly to their WooCommerce store without any difficulties. 


By using our ACL Product Importer extension you can fillip your woo store with amazon Amazon store products within few hours where others affiliates or drop shippers will take several days to import Amazon store products to their Woo Store. So, basically you can save lot of time to do the better marketing. 

A short guideline for ACL Product Importer extension? 

It’s very easy to use. Just Install the extension, visit Amazon store, choose your affiliate products, then click add to queue button, Then click push to import button. Thats it. After that from your website you need to click import. Automatically all Amazon queued products will be imported to your Woo Store within a few mins.

Really our ACL Product Importer is a very handy extension who are doing Amazon Affiliate business. 

For earning by doing affiliate business you need to have a website like ecommerce store. There you have to installed our ACL Product Importer plugin in from Wordpress Plugin Directory. Then you need to import Amazon products by using our extension. Then do marketing and earn commission from Amazon.

One more thing that you have to remember affiliate is a very good business and easy but don’t do it wrong way. Many Affiliators doesn’t know how to do it. So, do it right way. 

In our ACL Product Importer plugin, you will find  a drop shipping features where you can set your own pricing structure for imported Amazon Products. When you enable drop shipping business options from our plugin then you customer will able to place order the Amazon products from your store. Later you have to order your customer products to Amazon Store manually. After that receive the customer item from your office then you need to ship it manually. 

In the case of Affiliate business your customer can add to cart multiple products from your store but when they click for checkout then it will redirects to Amazon checkout or Cart page. If customer purchase on there then you will get an affiliate commission from Amazon Store. 

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. 

Without the necessity of having API keys you can import Amazon Products to your WooCommerce Store by using our Amazon Products Importer Extension. 

Also if you have 3 sales from your affiliate account, then you can get PA API Keys. So, if you have PA API keys then you can import unlimited products as you wish by using our ACL Product Importer Plugin. By this plugin you can also synch with product price from Amazon store, update price, variation product import, high resolution images & many more.                    

擴展基本資訊

名稱 ACL Products Importer ACL Products Importer
ID lbfeddnijakbnfcbhpgakgohdcmogdlf
官方網址 https://chromewebstore.google.com/detail/acl-products-importer/lbfeddnijakbnfcbhpgakgohdcmogdlf
簡介 ACL Product Importer as helper of WordPress Plugin.
檔案大小 1.32 MB
安裝次數 258
目前版本 1.0
更新時間 2020-05-14
上架時間 2020-05-14
評分 1.57/5 共 7 次評分
開發者 https://amadercode.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://amadercode.com/premium-products/wp-amazon-shop-dropshipping-affiliate-plugin-details/
說明頁面URL https://amadercode.com/support/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ACL Products Importer",
    "short_name": "ACL Importer",
    "version": "1.0",
    "description": "ACL Product Importer as helper of WordPress Plugin.",
    "manifest_version": 2,
    "icons": {
        "128": "assets\/images\/icons\/icon_128.png",
        "90": "assets\/images\/icons\/icon_90.png",
        "48": "assets\/images\/icons\/icon_48.png",
        "32": "assets\/images\/icons\/icon_32.png",
        "24": "assets\/images\/icons\/icon_24.png",
        "16": "assets\/images\/icons\/icon_16.png"
    },
    "browser_action": {
        "default_icon": "assets\/images\/icons\/icon_90.png",
        "default_title": "WP Amazon Shop Extension",
        "default_popup": "templates\/options.html"
    },
    "options_page": "templates\/options.html",
    "options_ui": {
        "page": "templates\/options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "templates\/importer.html",
        "assets\/images\/icons\/*.*",
        "assets\/css\/style.css",
        "assets\/css\/font-awesome.css",
        "assets\/fonts\/*.woff",
        "assets\/fonts\/*.eot",
        "assets\/fonts\/*.svg",
        "assets\/fonts\/*.ttf",
        "assets\/fonts\/*.woff2"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/lib\/jquery-3.4.1.min.js",
                "assets\/js\/lib\/jquery-ui.min.js",
                "assets\/js\/content.js"
            ],
            "css": [
                "assets\/css\/style.css",
                "assets\/css\/font-awesome.css"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "page": "templates\/background.html"
    },
    "permissions": [
        "storage",
        "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\/*"
    ]
}