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

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

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

셀포유 개인통관고유부호 조회검증 adalah ekstensi Chrome yang dikembangkan oleh koozapas, dan fitur utamanya adalah "통관번호 검증을 할수있습니다.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 셀포유 개인통관고유부호 조회검증

Unduh file ekstensi 셀포유 개인통관고유부호 조회검증 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

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

Informasi Dasar Ekstensi

Nama 셀포유 개인통관고유부호 조회검증 셀포유 개인통관고유부호 조회검증
ID jbfdekemkdgdhbndlfdohcpnpemdkgpj
URL Resmi 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
Deskripsi 통관번호 검증을 할수있습니다.
Ukuran File 596 KB
Jumlah Instalasi 729
Versi Saat Ini 1.02.00
Terakhir Diperbarui 2022-08-02
Tanggal Publikasi 2022-04-20
Penilaian 5.00/5 Total 2 Penilaian
Pengembang koozapas
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://panoramic-butternut-291.notion.site/acb134ad367d4a98a575f871ee94bcf6
Bahasa yang Didukung 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": []
        }
    ]
}