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
电子邮箱 [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"
    ]
}