Digital Helper
Get useful details from Digital!
Digital Helper क्या है?
Digital Helper Techie Tribe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get useful details from Digital!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Digital Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A simple internal tool to download and export the data from Medallia Digital. Medallia Digital allows user to create and target surveys with advanced targeting. While the tool provides many amazing features and all the data can be exported, some internal details are kept hidden from the customers. We have build this extension to use internally to download those internal hidden details which can make our work a lot more easier. ------------- Change Logs ------------- Fixed the issue with on-prem accounts with multiple properties
एक्सटेंशन की मूल जानकारी
नाम | Digital Helper |
ID | pnbbfgjaloiancjppcgamknpfieonlmh |
आधिकारिक URL | https://chromewebstore.google.com/detail/digital-helper/pnbbfgjaloiancjppcgamknpfieonlmh |
विवरण | Get useful details from Digital! |
फ़ाइल का आकार | 780 KB |
स्थापना संख्या | 98 |
वर्तमान संस्करण | 2.5 |
अंतिम अपडेट | 2022-01-08 |
प्रकाशन तिथि | 2020-03-20 |
डेवलपर | Techie Tribe |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Digital Helper", "version": "2.5", "description": "Get useful details from Digital!", "permissions": [ "activeTab", "declarativeContent", "downloads" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png", "512": "images\/get_started512.png" } }, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png", "512": "images\/get_started512.png" }, "content_security_policy": "script-src 'self' https:\/\/nebula-cdn.kampyle.com chrome-extension:\/\/nebula-cdn.kampyle.com; object-src 'self' blob: filesystem:", "manifest_version": 2 } |