WZone NO PA API

With the WZone NO PA API extension you can set up an Affiliate Website and Import Products from Amazon with 0 effort!

WZone NO PA API란 무엇입니까?

WZone NO PA API은(는) https://www.aa-team.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With the WZone NO PA API extension you can set up an Affiliate Website and Import Products from Amazon with 0 effort!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

WZone NO PA API 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With the WZone NO PA API extension you can set up an Affiliate Website and Import Products from Amazon with 0 effort! 


It’s not difficult at all! Just browse on any Amazon Website, select some products, choose and click on what website you want the product to be imported and bam! The product will be imported on your website.
 

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 - Bugfixes
V.1.0 - Initial Release                    

확장 프로그램 기본 정보

이름 WZone NO PA API WZone NO PA API
ID pgaabedmnacicfkgnbfdodgmdmpbcnpk
공식 URL https://chromewebstore.google.com/detail/wzone-no-pa-api/pgaabedmnacicfkgnbfdodgmdmpbcnpk
설명 With the WZone NO PA API extension you can set up an Affiliate Website and Import Products from Amazon with 0 effort!
파일 크기 774 KB
설치 횟수 5,000
현재 버전 2.0.1
최근 업데이트 2023-10-13
출시 날짜 2021-11-22
평점 1.44/5 총 16 개의 평점
개발자 https://www.aa-team.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://docs.aa-team.com/
도움말 페이지 URL https://support.aa-team.com/
개인정보 보호 정책 페이지 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.1",
    "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\/*"
    ],
    "background": {
        "persistent": false,
        "page": "html\/background.html"
    },
    "web_accessible_resources": [
        "html\/template.html",
        "images\/*.*",
        "css\/styles.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"
}