Pulse Survey Extension
This extension will let you to answer the pulse survey
Co to jest Pulse Survey Extension?
Pulse Survey Extension to rozszerzenie Chrome opracowane przez hello, a jego główną funkcją jest „This extension will let you to answer the pulse survey”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pulse Survey Extension
Pobierz pliki rozszerzeń Pulse Survey Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Pulse Survey Extension |
ID | gekeoijlkaidafmiageadbgpmmklnfaa |
Oficjalny URL | https://chromewebstore.google.com/detail/pulse-survey-extension/gekeoijlkaidafmiageadbgpmmklnfaa |
Opis | This extension will let you to answer the pulse survey |
Rozmiar pliku | 12.54 KB |
Liczba instalacji | 18 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2022-03-04 |
Data Publikacji | 2022-03-03 |
Deweloper | hello |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |