Pulse Survey Extension
This extension will let you to answer the pulse survey
What is Pulse Survey Extension?
Pulse Survey Extension is a Chrome extension developed by hello, and its main feature is "This extension will let you to answer the pulse survey".
Extension Screenshots
Download Pulse Survey Extension Extension CRX File
Download Pulse Survey Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Pulse Survey Extension |
ID | gekeoijlkaidafmiageadbgpmmklnfaa |
Official URL | https://chromewebstore.google.com/detail/pulse-survey-extension/gekeoijlkaidafmiageadbgpmmklnfaa |
Description | This extension will let you to answer the pulse survey |
File Size | 12.54 KB |
Installation Count | 18 |
Current Version | 1.0 |
Last Updated | 2022-03-04 |
Publish Date | 2022-03-03 |
Developer | hello |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |