Amazon Affiliate Table Assistant Lite

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

什麼是Amazon Affiliate Table Assistant Lite?

Amazon Affiliate Table Assistant Lite是由amztableassistant開發的Chrome擴展程式,該擴展的主要功能是“The simplest way to copy ASIN's for Amazon Affiliate tables. Universal extension that works with AAWP, AzonPress & AmaLinksPro.”。

擴展截圖

screenshot

下載Amazon Affiliate Table Assistant Lite擴展crx文件

下載Amazon Affiliate Table Assistant Lite擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Amazon Affiliate Table Assistant Lite Amazon Affiliate Table Assistant Lite
ID mjncdmnjcbcmekeolgndkabngiaociee
官方網址 https://chrome.google.com/webstore/detail/amazon-affiliate-table-as/mjncdmnjcbcmekeolgndkabngiaociee
簡介 The simplest way to copy ASIN's for Amazon Affiliate tables. Universal extension that works with AAWP, AzonPress & AmaLinksPro.
檔案大小 7.22 KB
安裝次數 62
目前版本 1.1
更新時間 2020-02-27
上架時間 2020-02-27
評分 3.67/5 共 3 次評分
開發者 amztableassistant
電子郵箱 [email protected]
付費類型 in_app
隱私政策頁面URL http://amztableassistant.com/amz-table-assistant-privacy-policy
支援的語言 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"
    ]
}