Amazon Affiliate Linkerizer

Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.

Τι είναι το Amazon Affiliate Linkerizer;

Το Amazon Affiliate Linkerizer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.jimmypautz.com, και η κύρια λειτουργία του είναι "Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.".

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

screenshot

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

Λήψη αρχείων επέκτασης Amazon Affiliate Linkerizer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Adds a button that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Amazon Affiliate Linkerizer Amazon Affiliate Linkerizer
ID ienfbnlpkangilghbiipkfiibnfgfnad
Επίσημο URL https://chromewebstore.google.com/detail/amazon-affiliate-linkeriz/ienfbnlpkangilghbiipkfiibnfgfnad
Περιγραφή Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.
Μέγεθος Αρχείου 25.66 KB
Αριθμός Εγκαταστάσεων 205
Τρέχουσα Έκδοση 18.5.21
Τελευταία Ενημέρωση 2018-05-21
Ημερομηνία Δημοσίευσης 2018-05-21
Αξιολόγηση 4.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://www.jimmypautz.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://jimmypautz.com/amazon-affiliate-linkerizer/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Affiliate Linkerizer",
    "author": "Jimmy Pautz",
    "version": "18.5.21",
    "description": "Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.",
    "icons": {
        "128": "images\/icon128.png",
        "32": "images\/icon32.png"
    },
    "manifest_version": 2,
    "options_ui": {
        "page": "settings\/options.html"
    },
    "background": {
        "page": "background.html"
    },
    "page_action": {
        "default_icon": "images\/icon64.png",
        "default_title": "Amazon Affiliate Linkerizer"
    },
    "permissions": [
        "tabs",
        "clipboardWrite",
        "storage"
    ],
    "applications": {
        "gecko": {
            "id": "{d7af3e00-b7a9-44d3-b374-71872b9e581a}"
        }
    }
}