Submit MVP Activity
Submit MVP Activity
Cos'è Submit MVP Activity?
Submit MVP Activity è un'estensione di Chrome sviluppata da João Ferreira, e la sua funzione principale è "Submit MVP Activity".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Submit MVP Activity
Scarica i file di estensione Submit MVP Activity in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Submit MVP Activity |
ID | oglgocgjfkmlieikiahijhmoobdicbgk |
URL Ufficiale | https://chromewebstore.google.com/detail/submit-mvp-activity/oglgocgjfkmlieikiahijhmoobdicbgk |
Descrizione | Submit MVP Activity |
Dimensione del File | 3.96 KB |
Conteggio Installazioni | 188 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-12-17 |
Data di Pubblicazione | 2019-12-17 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | João Ferreira |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://handsontek.net |
Lingue Supportate | 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" ] } |