Pulse Survey Extension
This extension will let you to answer the pulse survey
Apa itu Pulse Survey Extension?
Pulse Survey Extension adalah ekstensi Chrome yang dikembangkan oleh hello, dan fitur utamanya adalah "This extension will let you to answer the pulse survey".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pulse Survey Extension
Unduh file ekstensi Pulse Survey Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Pulse Survey Extension |
ID | gekeoijlkaidafmiageadbgpmmklnfaa |
URL Resmi | https://chromewebstore.google.com/detail/pulse-survey-extension/gekeoijlkaidafmiageadbgpmmklnfaa |
Deskripsi | This extension will let you to answer the pulse survey |
Ukuran File | 12.54 KB |
Jumlah Instalasi | 18 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2022-03-04 |
Tanggal Publikasi | 2022-03-03 |
Pengembang | hello |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |