Pulse Survey Extension
This extension will let you to answer the pulse survey
Was ist Pulse Survey Extension?
Pulse Survey Extension ist eine Chrome-Erweiterung, die von hello entwickelt wurde, und ihr Hauptmerkmal ist "This extension will let you to answer the pulse survey".
Erweiterungsscreenshots
Pulse Survey Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pulse Survey Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gekeoijlkaidafmiageadbgpmmklnfaa |
| Offizielle URL | https://chromewebstore.google.com/detail/pulse-survey-extension/gekeoijlkaidafmiageadbgpmmklnfaa |
| Beschreibung | This extension will let you to answer the pulse survey |
| Dateigröße | 12.54 KB |
| Installationsanzahl | 18 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2022-03-04 |
| Veröffentlichungsdatum | 2022-03-03 |
| Entwickler | hello |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |