Submit MVP Activity
Submit MVP Activity
What is Submit MVP Activity?
Submit MVP Activity is a Chrome extension developed by João Ferreira, and its main feature is "Submit MVP Activity".
Extension Screenshots
Download Submit MVP Activity Extension CRX File
Download Submit MVP Activity extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Submit MVP Activity |
ID | oglgocgjfkmlieikiahijhmoobdicbgk |
Official URL | https://chromewebstore.google.com/detail/submit-mvp-activity/oglgocgjfkmlieikiahijhmoobdicbgk |
Description | Submit MVP Activity |
File Size | 3.96 KB |
Installation Count | 188 |
Current Version | 1.0 |
Last Updated | 2019-12-17 |
Publish Date | 2019-12-17 |
Rating | 5.00/5 Total 2 Ratings |
Developer | João Ferreira |
[email protected] | |
Payment Type | free |
Extension Website | https://handsontek.net |
Supported Languages | 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" ] } |