i2-azon

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

i2-azon là gì?

i2-azon là một tiện ích mở rộng Chrome được phát triển bởi https://themesfirst.com, và tính năng chính của nó là "It is used to import product from Amazon to WordPress affiliate website using i2 AZON plugin.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng i2-azon

Tải xuống các tệp mở rộng i2-azon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên i2-azon i2-azon
ID lbfdobgmnjmaffigfgljoalofenedpbm
URL Chính Thức https://chromewebstore.google.com/detail/i2-azon/lbfdobgmnjmaffigfgljoalofenedpbm
Mô tả It is used to import product from Amazon to WordPress affiliate website using i2 AZON plugin.
Kích Thước Tệp 176 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2021-01-18
Ngày Phát Hành 2021-01-18
Nhà Phát Triển https://themesfirst.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://themesfirst.com/
URL Trang Chính Sách Bảo Mật https://themesfirst.com/privacy-and-refund-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}