Pulse Survey Extension

This extension will let you to answer the pulse survey

Что такое Pulse Survey Extension?

Pulse Survey Extension - это расширение Chrome, разработанное hello, и его основная функция - "This extension will let you to answer the pulse survey".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Pulse Survey Extension

Скачайте файлы расширений Pulse Survey Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Pulse Survey Extension Pulse Survey Extension
ID gekeoijlkaidafmiageadbgpmmklnfaa
Официальный URL https://chromewebstore.google.com/detail/pulse-survey-extension/gekeoijlkaidafmiageadbgpmmklnfaa
Описание This extension will let you to answer the pulse survey
Размер файла 12.54 KB
Количество установок 18
Текущая Версия 1.0
Последнее Обновление 2022-03-04
Дата публикации 2022-03-03
Разработчик hello
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}