Submit MVP Activity
Submit MVP Activity
Wat is Submit MVP Activity?
Submit MVP Activity is een Chrome-extensie ontwikkeld door João Ferreira, en de belangrijkste functie is "Submit MVP Activity".
Extensie Screenshots
Download het CRX-bestand van de extensie Submit MVP Activity
Download Submit MVP Activity-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Submit MVP Activity |
ID | oglgocgjfkmlieikiahijhmoobdicbgk |
Officiële URL | https://chromewebstore.google.com/detail/submit-mvp-activity/oglgocgjfkmlieikiahijhmoobdicbgk |
Beschrijving | Submit MVP Activity |
Bestandsgrootte | 3.96 KB |
Aantal Installaties | 188 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-12-17 |
Publicatiedatum | 2019-12-17 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | João Ferreira |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://handsontek.net |
Ondersteunde Talen | 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" ] } |