Megazone PoPs Browser Extension

Megazone PoPs Browser Extension

Megazone PoPs Browser Extension란 무엇입니까?

Megazone PoPs Browser Extension은(는) https://pops.megazone.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Megazone PoPs Browser Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Megazone PoPs Browser Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Megazone PoPs Browser Extension protects your passwords, securely logs into all your business and personal apps.
Megazone PoPs Browser Extension gives you the following features:
・ Automatically sign in to your business and personal apps with just one click
・ Quickly search all your assigned apps
・ Easily access your Megazone PoPs Launcher and services
・ Seamlessly and securely switch between multiple Megazone accounts                    

확장 프로그램 기본 정보

이름 Megazone PoPs Browser Extension Megazone PoPs Browser Extension
ID haicflikleddjiadfplkaillmohiookn
공식 URL https://chromewebstore.google.com/detail/megazone-pops-browser-ext/haicflikleddjiadfplkaillmohiookn
설명 Megazone PoPs Browser Extension
파일 크기 200 KB
설치 횟수 1,000
현재 버전 1.1.6
최근 업데이트 2023-12-28
출시 날짜 2023-03-25
평점 5.00/5 총 10 개의 평점
개발자 https://pops.megazone.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://pops.megazone.com
도움말 페이지 URL https://help.pops.megazone.com
개인정보 보호 정책 페이지 URL https://start.megazone.com/policies/terms?tab=privacy
지원되는 언어 en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.1.6",
    "manifest_version": 3,
    "default_locale": "ko",
    "action": {
        "default_popup": "index.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": ".\/images\/logo-logout.png",
            "48": ".\/images\/[email protected]",
            "128": ".\/images\/[email protected]"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+P",
                "mac": "Command+Shift+P",
                "chromeos": "Ctrl+Shift+P",
                "linux": "Ctrl+Shift+P"
            }
        }
    },
    "icons": {
        "16": ".\/images\/logo.png",
        "48": ".\/images\/[email protected]",
        "128": ".\/images\/[email protected]"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}