i2-azon

It is used to import product from Amazon to WordPress affiliate website using i2 AZON plugin.

Was ist i2-azon?

i2-azon ist eine Chrome-Erweiterung, die von https://themesfirst.com entwickelt wurde, und ihr Hauptmerkmal ist "It is used to import product from Amazon to WordPress affiliate website using i2 AZON plugin.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

i2-azon-Erweiterungs-CRX-Datei herunterladen

Laden Sie i2-azon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        It is used to import product from Amazon to WordPress affiliate website to use with i2 AZON plugin. Allow to add as many product as you want to your website to display their images and product features etc.                    

Grundlegende Informationen zur Erweiterung

Name i2-azon i2-azon
ID lbfdobgmnjmaffigfgljoalofenedpbm
Offizielle URL https://chromewebstore.google.com/detail/i2-azon/lbfdobgmnjmaffigfgljoalofenedpbm
Beschreibung It is used to import product from Amazon to WordPress affiliate website using i2 AZON plugin.
Dateigröße 176 KB
Installationsanzahl 53
Aktuelle Version 1.2
Letztes Update 2021-01-18
Veröffentlichungsdatum 2021-01-18
Entwickler https://themesfirst.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://themesfirst.com/
URL der Datenschutzrichtlinien-Seite https://themesfirst.com/privacy-and-refund-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "i2-azon",
    "version": "1.2",
    "manifest_version": 2,
    "description": "It is used to import product from Amazon to WordPress affiliate website using i2 AZON plugin.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery-3.5.1.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "i2 AZON",
        "default_popup": "popup.html",
        "default_icon": "icon\/logo-24.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "presistent": false
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon\/logo-16.png",
        "48": "icon\/logo-48.png",
        "128": "icon\/logo-128.png"
    },
    "web_accessible_resources": [
        "img\/save.svg"
    ],
    "permissions": [
        "storage"
    ]
}