Pulse Survey Extension
This extension will let you to answer the pulse survey
Wat is Pulse Survey Extension?
Pulse Survey Extension is een Chrome-extensie ontwikkeld door hello, en de belangrijkste functie is "This extension will let you to answer the pulse survey".
Extensie Screenshots
Download het CRX-bestand van de extensie Pulse Survey Extension
Download Pulse Survey Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Pulse Survey Extension |
ID | gekeoijlkaidafmiageadbgpmmklnfaa |
Officiële URL | https://chromewebstore.google.com/detail/pulse-survey-extension/gekeoijlkaidafmiageadbgpmmklnfaa |
Beschrijving | This extension will let you to answer the pulse survey |
Bestandsgrootte | 12.54 KB |
Aantal Installaties | 18 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-03-04 |
Publicatiedatum | 2022-03-03 |
Ontwikkelaar | hello |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |