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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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\/*"
    ]
}