i2-azon

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

Wat is i2-azon?

i2-azon is een Chrome-extensie ontwikkeld door https://themesfirst.com, en de belangrijkste functie is "It is used to import product from Amazon to WordPress affiliate website using i2 AZON plugin.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie i2-azon

Download i2-azon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam i2-azon i2-azon
ID lbfdobgmnjmaffigfgljoalofenedpbm
Officiële URL https://chromewebstore.google.com/detail/i2-azon/lbfdobgmnjmaffigfgljoalofenedpbm
Beschrijving It is used to import product from Amazon to WordPress affiliate website using i2 AZON plugin.
Bestandsgrootte 176 KB
Aantal Installaties 53
Huidige Versie 1.2
Laatst Bijgewerkt 2021-01-18
Publicatiedatum 2021-01-18
Ontwikkelaar https://themesfirst.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://themesfirst.com/
URL van de Privacybeleid Pagina https://themesfirst.com/privacy-and-refund-policy
Ondersteunde Talen 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"
    ]
}