i2-azon

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

i2-azonคืออะไร?

i2-azon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://themesfirst.com และคุณลักษณะหลักของมันคือ "It is used to import product from Amazon to WordPress affiliate website using i2 AZON plugin."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย i2-azon

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}