i2-azon

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

Cos'è i2-azon?

i2-azon è un'estensione di Chrome sviluppata da https://themesfirst.com, e la sua funzione principale è "It is used to import product from Amazon to WordPress affiliate website using i2 AZON plugin.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione i2-azon

Scarica i file di estensione i2-azon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome i2-azon i2-azon
ID lbfdobgmnjmaffigfgljoalofenedpbm
URL Ufficiale https://chromewebstore.google.com/detail/i2-azon/lbfdobgmnjmaffigfgljoalofenedpbm
Descrizione It is used to import product from Amazon to WordPress affiliate website using i2 AZON plugin.
Dimensione del File 176 KB
Conteggio Installazioni 53
Versione Corrente 1.2
Ultimo Aggiornamento 2021-01-18
Data di Pubblicazione 2021-01-18
Sviluppatore https://themesfirst.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://themesfirst.com/
URL della Pagina della Politica sulla Privacy https://themesfirst.com/privacy-and-refund-policy
Lingue Supportate 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"
    ]
}