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
官方網址 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
電子郵箱 [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"
    ]
}