AAWP

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

Qu'est-ce que AAWP ?

AAWP est une extension Chrome développée par AAWP, et sa fonction principale est "Create AAWP shortcodes from your browser. With just one click your affiliate link is created.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AAWP

Téléchargez les fichiers d'extension AAWP au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom AAWP AAWP
ID fndcbkogleadimfmpndjcijedcdgfdjn
URL Officiel https://chromewebstore.google.com/detail/aawp/fndcbkogleadimfmpndjcijedcdgfdjn
Description Create AAWP shortcodes from your browser. With just one click your affiliate link is created.
Taille du Fichier 2.28 MB
Nombre d'Installations 2,016
Version Actuelle 1.0
Dernière Mise à Jour 2021-06-11
Date de Publication 2021-06-11
Évaluation 4.50/5 Total 6 Évaluations
Développeur AAWP
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://getaawp.com
URL de la Page d'Aide https://getaawp.com/contact/
URL de la Page de Politique de Confidentialité https://getaawp.com/privacy-statement
Langues Prises en Charge 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
}