Pulse Survey Extension

This extension will let you to answer the pulse survey

Vad är Pulse Survey Extension?

Pulse Survey Extension är en Chrome-tillägg utvecklad av hello, och dess huvudfunktion är "This extension will let you to answer the pulse survey".

Tilläggsskärmbilder

screenshot

Ladda ner Pulse Survey Extension-förlängningens CRX-fil

Ladda ner Pulse Survey Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Pulse Survey Extension Pulse Survey Extension
ID gekeoijlkaidafmiageadbgpmmklnfaa
Officiell webbadress https://chromewebstore.google.com/detail/pulse-survey-extension/gekeoijlkaidafmiageadbgpmmklnfaa
Beskrivning This extension will let you to answer the pulse survey
Filstorlek 12.54 KB
Antal Installationer 18
Aktuell Version 1.0
Senast Uppdaterad 2022-03-04
Publiceringsdatum 2022-03-03
Utvecklare hello
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}