쿠팡 재고수량 확인

쿠팡 재고수량 확인

What is 쿠팡 재고수량 확인?

쿠팡 재고수량 확인 is a Chrome extension developed by jkumyu01, 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

                        쿠팡의 재고수량을 확인할 수 있는 프로그램입니다.  (로켓그로스 수수료 계산기 추가)
ver 0.2 : 30초 안 기다리고 클릭 직후 바로 뜨도록 변경, 로켓그로스 수수료 계산기 기능 추가                    

Extension Basic Information

Name 쿠팡 재고수량 확인 쿠팡 재고수량 확인
ID oibnkifibnpikbcijegofbfdoamjknlg
Official URL https://chromewebstore.google.com/detail/%EC%BF%A0%ED%8C%A1-%EC%9E%AC%EA%B3%A0%EC%88%98%EB%9F%89-%ED%99%95%EC%9D%B8/oibnkifibnpikbcijegofbfdoamjknlg
Description 쿠팡 재고수량 확인
File Size 507 KB
Installation Count 2,281
Current Version 0.3
Last Updated 2022-10-02
Publish Date 2021-12-26
Rating 3.50/5 Total 4 Ratings
Developer jkumyu01
Email [email protected]
Payment Type free
Extension Website https://cafe.naver.com/gimpophone
Help Page URL https://cafe.naver.com/gimpophone
Privacy Policy Page URL https://62f3576c36aef1024906a0c9--grand-yeot-c47d97.netlify.app
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\ucfe0\ud321 \uc7ac\uace0\uc218\ub7c9 \ud655\uc778",
    "description": "\ucfe0\ud321 \uc7ac\uace0\uc218\ub7c9 \ud655\uc778",
    "version": "0.3",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "32": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}