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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον amztableassistant, και η κύρια λειτουργία του είναι "The simplest way to copy ASIN's for Amazon Affiliate tables. Universal extension that works with AAWP, AzonPress & AmaLinksPro.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Amazon Affiliate Table Assistant Lite

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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"
    ]
}