Pulse Survey Extension

This extension will let you to answer the pulse survey

什么是Pulse Survey Extension?

Pulse Survey Extension是由hello开发的Chrome扩展程序,该扩展的主要功能是“This extension will let you to answer the pulse survey”。

扩展截图

screenshot

下载Pulse Survey Extension扩展crx文件

下载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"
    }
}