Submit MVP Activity

Submit MVP Activity

Submit MVP Activityとは何ですか?

Submit MVP ActivityはJoão Ferreiraによって開発されたChromeの拡張機能で、その主な機能は「Submit MVP Activity」です。

拡張機能のスクリーンショット

screenshot

Submit MVP Activity拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Simplify the submission process of your MVP activities by clicking in a single button. This extension opens the Microsoft MVP submission form and fill some of the details automatically so you can get more time to produce content to share with the community.                    

拡張機能の基本情報

名前 Submit MVP Activity Submit MVP Activity
ID oglgocgjfkmlieikiahijhmoobdicbgk
公式URL https://chromewebstore.google.com/detail/submit-mvp-activity/oglgocgjfkmlieikiahijhmoobdicbgk
説明 Submit MVP Activity
ファイルサイズ 3.96 KB
インストール数 188
現在のバージョン 1.0
最終更新日 2019-12-17
公開日 2019-12-17
評価 5.00/5 合計 2 レビュー
開発者 João Ferreira
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://handsontek.net
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Submit MVP Activity",
    "description": "Submit MVP Activity",
    "short_name": "Submit MVP Activity",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "mvp.png"
    },
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+M",
                "mac": "MacCtrl+Shift+M"
            },
            "description": "Submit MVP Activity"
        }
    },
    "permissions": [
        "tabs",
        "activeTab"
    ]
}