셀포유 개인통관고유부호 조회검증

통관번호 검증을 할수있습니다.

What is 셀포유 개인통관고유부호 조회검증?

셀포유 개인통관고유부호 조회검증 is a Chrome extension developed by koozapas, and its main feature is "통관번호 검증을 할수있습니다.".

Extension Screenshots

screenshot

Download 셀포유 개인통관고유부호 조회검증 Extension CRX File

Download 셀포유 개인통관고유부호 조회검증 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        통관고유부호번호를 간편하게 조회할수 있습니다.
스토어별 기능 지원.

> 간편 조회 기능 가능 (1인)
> 스토어별 대량 조회 기능 가능 (통관 오류 리스트조회)
> 스마트 스토어 지원
> 쿠팡 지원
> 11번가 지원
> 옥션 / G마켓 지원
> 인터파크 지원
> 위메프 지원
> 티몬 지원
> 롯데온 지원
> 통관고유부호 거절사유 엑셀 시트 다운로드 기능 
> 결과 복사 기능                    

Extension Basic Information

Name 셀포유 개인통관고유부호 조회검증 셀포유 개인통관고유부호 조회검증
ID jbfdekemkdgdhbndlfdohcpnpemdkgpj
Official URL https://chromewebstore.google.com/detail/%EC%85%80%ED%8F%AC%EC%9C%A0-%EA%B0%9C%EC%9D%B8%ED%86%B5%EA%B4%80%EA%B3%A0%EC%9C%A0%EB%B6%80%ED%98%B8-%EC%A1%B0%ED%9A%8C%EA%B2%80%EC%A6%9D/jbfdekemkdgdhbndlfdohcpnpemdkgpj
Description 통관번호 검증을 할수있습니다.
File Size 596 KB
Installation Count 729
Current Version 1.02.00
Last Updated 2022-08-02
Publish Date 2022-04-20
Rating 5.00/5 Total 2 Ratings
Developer koozapas
Email [email protected]
Payment Type free
Privacy Policy Page URL https://panoramic-butternut-291.notion.site/acb134ad367d4a98a575f871ee94bcf6
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\ud1b5\uad00\ubc88\ud638 \uac80\uc99d\uc744 \ud560\uc218\uc788\uc2b5\ub2c8\ub2e4.",
    "version": "1.02.00",
    "manifest_version": 3,
    "name": "\uc140\ud3ec\uc720 \uac1c\uc778\ud1b5\uad00\uace0\uc720\ubd80\ud638 \uc870\ud68c\uac80\uc99d",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}