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
官方網址 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
電子郵箱 [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"
    ]
}