Amazon Affiliate Table Assistant Lite

The simplest way to copy ASIN's for Amazon Affiliate tables. Universal extension that works with AAWP, AzonPress & AmaLinksPro.

¿Qué es Amazon Affiliate Table Assistant Lite?

Amazon Affiliate Table Assistant Lite es una extensión de Chrome desarrollada por amztableassistant, y su función principal es "The simplest way to copy ASIN's for Amazon Affiliate tables. Universal extension that works with AAWP, AzonPress & AmaLinksPro.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Amazon Affiliate Table Assistant Lite

Descarga archivos de extensión Amazon Affiliate Table Assistant Lite en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Copy ASIN's quickly for Amazon Affiliate sites.

Instead of manually finding the product ASIN, this extension allows you to click the "Copy ASIN" button to easily paste it into your AAWP tables.

Amazon Affiliate Table Assistant Lite is the easiest and quickest way to find Amazon ASIN's and paste them into your Wordpress review sites. Simply click into the Product Listing and click copy asin!

Features:
- 1-click copy of Product ASIN
- Completely Free!
- No Amazon API required
- Universal and works with all Wordpress table plugins including AAWP, AmaLinks Pro, AzonPress.
- Works with ANY product that needs just the product ASIN. Amazon FBA, Merch by Amazon, Jungle Scout, Pretty Merch, etc.

*AMZ TABLE ASSISTANT PRO NOW AVAILABLE** 

Automatically copy the ASIN + AAWP, AmaLinksPro, or AzonPress shortcode into your posts. 

No more copying the default shortcode, manually finding the ASIN, and then editing the shortcode again. Simply click the "Copy AAWP shortcode" button and you can paste the already-formatted shortcode directly into your Wordpress review site.                    

Información Básica de la Extensión

Nombre Amazon Affiliate Table Assistant Lite Amazon Affiliate Table Assistant Lite
ID mjncdmnjcbcmekeolgndkabngiaociee
URL Oficial https://chrome.google.com/webstore/detail/amazon-affiliate-table-as/mjncdmnjcbcmekeolgndkabngiaociee
Descripción The simplest way to copy ASIN's for Amazon Affiliate tables. Universal extension that works with AAWP, AzonPress & AmaLinksPro.
Tamaño del Archivo 7.22 KB
Cantidad de Instalaciones 62
Versión Actual 1.1
Última Actualización 2020-02-27
Fecha de Publicación 2020-02-27
Calificación 3.67/5 Total de 3 Calificaciones
Desarrollador amztableassistant
Correo electrónico [email protected]
Tipo de Pago in_app
URL de la Página de Política de Privacidad http://amztableassistant.com/amz-table-assistant-privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Affiliate Table Assistant Lite",
    "description": "The simplest way to copy ASIN's for Amazon Affiliate tables. Universal extension that works with AAWP, AzonPress & AmaLinksPro.",
    "version": "1.1",
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "scriptAppendedToHead.js"
    ]
}