Pulse Survey Extension
This extension will let you to answer the pulse survey
Pulse Survey Extensionคืออะไร?
Pulse Survey Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hello และคุณลักษณะหลักของมันคือ "This extension will let you to answer the pulse survey"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pulse Survey Extension
ดาวน์โหลดไฟล์ส่วนขยาย Pulse Survey Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Pulse Survey Extension is a tool used to complete the weekly pulse survey that used to be send by mattermost every friday at 10:00 am. This extension will replace the way you can complete it
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pulse Survey Extension |
ID | gekeoijlkaidafmiageadbgpmmklnfaa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pulse-survey-extension/gekeoijlkaidafmiageadbgpmmklnfaa |
คำอธิบาย | This extension will let you to answer the pulse survey |
ขนาดไฟล์ | 12.54 KB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-03-04 |
วันที่เผยแพร่ | 2022-03-03 |
ผู้พัฒนา | hello |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pulse Survey Extension", "description": "This extension will let you to answer the pulse survey", "version": "1.0", "action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "alarms", "notifications" ], "background": { "service_worker": "js\/background.js" } } |