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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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