Digital Helper

Get useful details from Digital!

什么是Digital Helper?

Digital Helper是由Techie Tribe开发的Chrome扩展程序,该扩展的主要功能是“Get useful details from Digital!”。

扩展截图

screenshot
screenshot

下载Digital Helper扩展crx文件

下载Digital Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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