AMZ Table Assistant Pro

The simplest way to copy Amazon ASIN shortcodes for your AAWP tables.

AMZ Table Assistant Proคืออะไร?

AMZ Table Assistant Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://amztableassistant.com และคุณลักษณะหลักของมันคือ "The simplest way to copy Amazon ASIN shortcodes for your AAWP tables."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AMZ Table Assistant Pro

ดาวน์โหลดไฟล์ส่วนขยาย AMZ Table Assistant Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        AMZ Table Assistant is the best Chrome extension for Amazon Associate sellers. It was built to simplify building Amazon Affiliate Tables, AAWP product boxes, copy ASINs, or automatically insert the ASIN directly into your product box plugin shortcodes. It does this by overlaying “Copy Shortcode” buttons directly on Amazon.com (V2.0 now adds everything to search pages!)

Just click a shortcode button and it will automatically grab the ASIN, insert into your shortcode, and then copy everything to your clipboard. Build lists of hand-picked products and automatically add all ASIN's to your AAWP lists or grids.

Use it with Merch by Amazon, Kindle KDP, Amazon FBA, or the Amazon Associates program. It's the best ASIN Grabber and lets you pick ASIN easily. Best ASIN Fetcher tool on the market today!

FREE VERSION:
* No license key required. No API key needed.
* Copy ASIN button
* Append any Tracking ID to any URL (great for having writers insert links as they write)

PRO VERSION:
* Includes everything in FREE version plus:
* Automatically insert ASIN in AAWP, AmaLinks Pro, Azonpress, ASA2 or Genius Links shortcode
* Custom shortcode button creation
* Quick copy Text, Image, or Widget buttons
* Add ASINs to list from Amazon search page
* Import / export button configurations
* Custom Title popup for product boxes

* AMZ Table Assistant Pro (only one-time $20 charge!)
**Available here: https://gumroad.com/amzta#MshaX

See Changelog for all updates: https://amztableassistant.com/changelog                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AMZ Table Assistant Pro AMZ Table Assistant Pro
ID alilhpngkiigliakpbboojbepkdmhfne
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/amz-table-assistant-pro/alilhpngkiigliakpbboojbepkdmhfne
คำอธิบาย The simplest way to copy Amazon ASIN shortcodes for your AAWP tables.
ขนาดไฟล์ 2.26 MB
จำนวนการติดตั้ง 145
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2021-03-20
วันที่เผยแพร่ 2020-05-26
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://amztableassistant.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://amztableassistant.com
URL หน้าช่วยเหลือ https://amztableassistant.com/FAQ
URL หน้านโยบายความเป็นส่วนตัว http://amztableassistant.com/amz-table-assistant-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/list.css"
            ],
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amzn.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.com.au\/*"
            ]
        }
    ],
    "description": "The simplest way to copy Amazon ASIN shortcodes for your AAWP tables.",
    "icons": {
        "128": "128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA40KG70\/I7MHT5NliE2JTOC88buUQ1TNKMy1aRRmHJI+BpGK21tizo5xOasNEwhGTy54u+B1s4NK52Y3rvM2NYidjCVTMgec+OGq63Ch9JtmSZdopyCGsCAvYYLvld6tuNCSzwOIyHxr3jzsZOUeklFxLehrS546T2FuKCqOjv5bpt5JubgEgg2IDrxJsMJIpFHoWfP+AjaTQ28WT32+UJUSLjvTXP0dOL6LXn\/dB\/8l\/9IqiWkI\/7uZBouNYZGMoFnr4SeKyOjgKjsjD1Evsid73vn98H2eAR4dpou392KJGYV\/LeKf7R6ZDjAswC+jJpusoFT2dHP\/a4oOSW+iBwwIDAQAB",
    "manifest_version": 2,
    "name": "AMZ Table Assistant Pro",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "downloads"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.2",
    "web_accessible_resources": [
        "scriptAppendedToHead.js",
        "css\/list.css"
    ]
}