Pulse Survey Extension
This extension will let you to answer the pulse survey
Pulse Survey Extension क्या है?
Pulse Survey Extension hello द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will let you to answer the pulse survey"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pulse Survey Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |