Submit MVP Activity

Submit MVP Activity

Was ist Submit MVP Activity?

Submit MVP Activity ist eine Chrome-Erweiterung, die von João Ferreira entwickelt wurde, und ihr Hauptmerkmal ist "Submit MVP Activity".

Erweiterungsscreenshots

screenshot

Submit MVP Activity-Erweiterungs-CRX-Datei herunterladen

Laden Sie Submit MVP Activity-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Submit MVP Activity Submit MVP Activity
ID oglgocgjfkmlieikiahijhmoobdicbgk
Offizielle URL https://chromewebstore.google.com/detail/submit-mvp-activity/oglgocgjfkmlieikiahijhmoobdicbgk
Beschreibung Submit MVP Activity
Dateigröße 3.96 KB
Installationsanzahl 188
Aktuelle Version 1.0
Letztes Update 2019-12-17
Veröffentlichungsdatum 2019-12-17
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler João Ferreira
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://handsontek.net
Unterstützte Sprachen 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"
    ]
}