Pulse Survey Extension
This extension will let you to answer the pulse survey
Co je Pulse Survey Extension?
Pulse Survey Extension je rozšíření Chrome vyvinuté hello, a jeho hlavní funkcí je „This extension will let you to answer the pulse survey“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Pulse Survey Extension
Stáhněte si soubory rozšíření Pulse Survey Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Pulse Survey Extension |
ID | gekeoijlkaidafmiageadbgpmmklnfaa |
Oficiální URL | https://chromewebstore.google.com/detail/pulse-survey-extension/gekeoijlkaidafmiageadbgpmmklnfaa |
Popis | This extension will let you to answer the pulse survey |
Velikost souboru | 12.54 KB |
Počet instalací | 18 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2022-03-04 |
Datum Vydání | 2022-03-03 |
Vývojář | hello |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |