Pulse Survey Extension
This extension will let you to answer the pulse survey
O que é Pulse Survey Extension?
Pulse Survey Extension é uma extensão do Chrome desenvolvida por hello, e sua principal característica é "This extension will let you to answer the pulse survey".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pulse Survey Extension
Baixe arquivos de extensão Pulse Survey Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Pulse Survey Extension |
ID | gekeoijlkaidafmiageadbgpmmklnfaa |
URL Oficial | https://chromewebstore.google.com/detail/pulse-survey-extension/gekeoijlkaidafmiageadbgpmmklnfaa |
Descrição | This extension will let you to answer the pulse survey |
Tamanho do Arquivo | 12.54 KB |
Contagem de Instalações | 18 |
Versão Atual | 1.0 |
Última Atualização | 2022-03-04 |
Data de Publicação | 2022-03-03 |
Desenvolvedor | hello |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |