Submit MVP Activity
Submit MVP Activity
Submit MVP Activityคืออะไร?
Submit MVP Activity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย João Ferreira และคุณลักษณะหลักของมันคือ "Submit MVP Activity"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Submit MVP Activity
ดาวน์โหลดไฟล์ส่วนขยาย Submit MVP Activity ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Submit MVP Activity |
ID | oglgocgjfkmlieikiahijhmoobdicbgk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/submit-mvp-activity/oglgocgjfkmlieikiahijhmoobdicbgk |
คำอธิบาย | Submit MVP Activity |
ขนาดไฟล์ | 3.96 KB |
จำนวนการติดตั้ง | 188 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-12-17 |
วันที่เผยแพร่ | 2019-12-17 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | João Ferreira |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://handsontek.net |
ภาษาที่รองรับ | 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" ] } |