Pulse Survey Extension
This extension will let you to answer the pulse survey
Qu'est-ce que Pulse Survey Extension ?
Pulse Survey Extension est une extension Chrome développée par hello, et sa fonction principale est "This extension will let you to answer the pulse survey".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pulse Survey Extension
Téléchargez les fichiers d'extension Pulse Survey Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Pulse Survey Extension |
ID | gekeoijlkaidafmiageadbgpmmklnfaa |
URL Officiel | https://chromewebstore.google.com/detail/pulse-survey-extension/gekeoijlkaidafmiageadbgpmmklnfaa |
Description | This extension will let you to answer the pulse survey |
Taille du Fichier | 12.54 KB |
Nombre d'Installations | 18 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-03-04 |
Date de Publication | 2022-03-03 |
Développeur | hello |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |