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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}