Submit MVP Activity

Submit MVP Activity

Submit MVP Activity là gì?

Submit MVP Activity là một tiện ích mở rộng Chrome được phát triển bởi João Ferreira, và tính năng chính của nó là "Submit MVP Activity".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Submit MVP Activity

Tải xuống các tệp mở rộng Submit MVP Activity dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Submit MVP Activity Submit MVP Activity
ID oglgocgjfkmlieikiahijhmoobdicbgk
URL Chính Thức https://chromewebstore.google.com/detail/submit-mvp-activity/oglgocgjfkmlieikiahijhmoobdicbgk
Mô tả Submit MVP Activity
Kích Thước Tệp 3.96 KB
Số Lần Cài Đặt 188
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-12-17
Ngày Phát Hành 2019-12-17
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển João Ferreira
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://handsontek.net
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}