Pulse Survey Extension
This extension will let you to answer the pulse survey
什麼是Pulse Survey Extension?
Pulse Survey Extension是由hello開發的Chrome擴展程式,該擴展的主要功能是“This extension will let you to answer the pulse survey”。
擴展截圖
下載Pulse Survey Extension擴展crx文件
下載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 |
官方網址 | 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" } } |