Pulse Survey Extension
This extension will let you to answer the pulse survey
Cos'è Pulse Survey Extension?
Pulse Survey Extension è un'estensione di Chrome sviluppata da hello, e la sua funzione principale è "This extension will let you to answer the pulse survey".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pulse Survey Extension
Scarica i file di estensione Pulse Survey Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Pulse Survey Extension |
ID | gekeoijlkaidafmiageadbgpmmklnfaa |
URL Ufficiale | https://chromewebstore.google.com/detail/pulse-survey-extension/gekeoijlkaidafmiageadbgpmmklnfaa |
Descrizione | This extension will let you to answer the pulse survey |
Dimensione del File | 12.54 KB |
Conteggio Installazioni | 18 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-03-04 |
Data di Pubblicazione | 2022-03-03 |
Sviluppatore | hello |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |