Submit MVP Activity
Submit MVP Activity
O que é Submit MVP Activity?
Submit MVP Activity é uma extensão do Chrome desenvolvida por João Ferreira, e sua principal característica é "Submit MVP Activity".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Submit MVP Activity
Baixe arquivos de extensão Submit MVP Activity no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Submit MVP Activity |
ID | oglgocgjfkmlieikiahijhmoobdicbgk |
URL Oficial | https://chromewebstore.google.com/detail/submit-mvp-activity/oglgocgjfkmlieikiahijhmoobdicbgk |
Descrição | Submit MVP Activity |
Tamanho do Arquivo | 3.96 KB |
Contagem de Instalações | 188 |
Versão Atual | 1.0 |
Última Atualização | 2019-12-17 |
Data de Publicação | 2019-12-17 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | João Ferreira |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://handsontek.net |
Idiomas Suportados | 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" ] } |