Pulse Survey Extension

This extension will let you to answer the pulse survey

Pulse Survey Extension là gì?

Pulse Survey Extension là một tiện ích mở rộng Chrome được phát triển bởi hello, và tính năng chính của nó là "This extension will let you to answer the pulse survey".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pulse Survey Extension

Tải xuống các tệp mở rộng Pulse Survey Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pulse Survey Extension Pulse Survey Extension
ID gekeoijlkaidafmiageadbgpmmklnfaa
URL Chính Thức https://chromewebstore.google.com/detail/pulse-survey-extension/gekeoijlkaidafmiageadbgpmmklnfaa
Mô tả This extension will let you to answer the pulse survey
Kích Thước Tệp 12.54 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-03-04
Ngày Phát Hành 2022-03-03
Nhà Phát Triển hello
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}