AAWP

Create AAWP shortcodes from your browser. With just one click your affiliate link is created.

AAWP란 무엇입니까?

AAWP은(는) AAWP에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create AAWP shortcodes from your browser. With just one click your affiliate link is created."입니다.

확장 프로그램 스크린샷

screenshot

AAWP 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Create AAWP shortcodes directly from your browser toolbar. Your affiliate link is created with just one click. The annoying search for the right shortcode is no longer necessary, because it is generated within the AAWP browser extension.

What is the AAWP browser extension?

You want to display an Amazon product easily on your website? With the browser extension for AAWP this is no longer a problem.

Simply install the extension for your Chrome browser.

Call up the desired product on the Amazon website, click on the extension in your browser toolbar and choose between the different display variants. One last click and the shortcode is created and copied to the clipboard. Now it only needs to be inserted on your website.

Functions:

- Easy generation of ready-made shortcodes for your website: The product ASIN is automatically taken over and the shortcode is made available for insertion on your website.
- Choice of all designs and templates: Product box, grid display, table display, with preview image and "Amazon buy button".
- Different display variants: The shortcode can be adapted to your own needs                    

확장 프로그램 기본 정보

이름 AAWP AAWP
ID fndcbkogleadimfmpndjcijedcdgfdjn
공식 URL https://chromewebstore.google.com/detail/aawp/fndcbkogleadimfmpndjcijedcdgfdjn
설명 Create AAWP shortcodes from your browser. With just one click your affiliate link is created.
파일 크기 2.28 MB
설치 횟수 2,016
현재 버전 1.0
최근 업데이트 2021-06-11
출시 날짜 2021-06-11
평점 4.50/5 총 6 개의 평점
개발자 AAWP
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://getaawp.com
도움말 페이지 URL https://getaawp.com/contact/
개인정보 보호 정책 페이지 URL https://getaawp.com/privacy-statement
지원되는 언어 de,en,es
manifest.json
{
    "author": "AAWP",
    "version": "1.0",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extension_name__",
    "short_name": "AAWP",
    "description": "__MSG_extension_description__",
    "icons": {
        "128": "\/images\/icons\/128.png",
        "16": "\/images\/icons\/16.png",
        "24": "\/images\/icons\/24.png",
        "32": "\/images\/icons\/32.png",
        "48": "\/images\/icons\/48.png",
        "64": "\/images\/icons\/64.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/css\/style.css",
                "\/images\/*.*"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_extension_name__",
        "default_icon": "\/images\/icons\/32_disabled.png",
        "default_popup": "\/html\/disabled.html"
    },
    "content_scripts": [
        {
            "css": [
                "\/css\/style.css"
            ],
            "js": [
                "\/js\/utils.js",
                "\/js\/content.js"
            ],
            "matches": [
                "*:\/\/*.amzn.com\/*",
                "*:\/\/*.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.com.tr\/*",
                "*:\/\/*.amazon.ae\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.sa\/*",
                "*:\/\/*.amazon.sg\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "offline_enabled": false
}