i2-azon

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

i2-azonとは何ですか?

i2-azonはhttps://themesfirst.comによって開発されたChromeの拡張機能で、その主な機能は「It is used to import product from Amazon to WordPress affiliate website using i2 AZON plugin.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

i2-azon拡張機能のCRXファイルをダウンロード

i2-azon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 i2-azon i2-azon
ID lbfdobgmnjmaffigfgljoalofenedpbm
公式URL https://chromewebstore.google.com/detail/i2-azon/lbfdobgmnjmaffigfgljoalofenedpbm
説明 It is used to import product from Amazon to WordPress affiliate website using i2 AZON plugin.
ファイルサイズ 176 KB
インストール数 53
現在のバージョン 1.2
最終更新日 2021-01-18
公開日 2021-01-18
開発者 https://themesfirst.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://themesfirst.com/
プライバシーポリシーページのURL https://themesfirst.com/privacy-and-refund-policy
対応言語 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"
    ]
}