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ファイルをダウンロード

Megazone PoPs Browser Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": [
                ""
            ]
        }
    ]
}