Digital Helper

Get useful details from Digital!

O que é Digital Helper?

Digital Helper é uma extensão do Chrome desenvolvida por Techie Tribe, e sua principal característica é "Get useful details from Digital!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Digital Helper

Baixe arquivos de extensão Digital Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Digital Helper Digital Helper
ID pnbbfgjaloiancjppcgamknpfieonlmh
URL Oficial https://chromewebstore.google.com/detail/digital-helper/pnbbfgjaloiancjppcgamknpfieonlmh
Descrição Get useful details from Digital!
Tamanho do Arquivo 780 KB
Contagem de Instalações 98
Versão Atual 2.5
Última Atualização 2022-01-08
Data de Publicação 2020-03-20
Desenvolvedor Techie Tribe
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}