Amazon Affiliate Table Assistant Lite
The simplest way to copy ASIN's for Amazon Affiliate tables. Universal extension that works with AAWP, AzonPress & AmaLinksPro.
O que é Amazon Affiliate Table Assistant Lite?
Amazon Affiliate Table Assistant Lite é uma extensão do Chrome desenvolvida por amztableassistant, e sua principal característica é "The simplest way to copy ASIN's for Amazon Affiliate tables. Universal extension that works with AAWP, AzonPress & AmaLinksPro.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Amazon Affiliate Table Assistant Lite
Baixe arquivos de extensão Amazon Affiliate Table Assistant Lite no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | mjncdmnjcbcmekeolgndkabngiaociee |
URL Oficial | https://chrome.google.com/webstore/detail/amazon-affiliate-table-as/mjncdmnjcbcmekeolgndkabngiaociee |
Descrição | The simplest way to copy ASIN's for Amazon Affiliate tables. Universal extension that works with AAWP, AzonPress & AmaLinksPro. |
Tamanho do Arquivo | 7.22 KB |
Contagem de Instalações | 62 |
Versão Atual | 1.1 |
Última Atualização | 2020-02-27 |
Data de Publicação | 2020-02-27 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | amztableassistant |
[email protected] | |
Tipo de Pagamento | in_app |
URL da Página de Política de Privacidade | http://amztableassistant.com/amz-table-assistant-privacy-policy |
Idiomas Suportados | 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" ] } |