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
Eメール [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"
    }
}