Digital Helper

Get useful details from Digital!

Digital Helper란 무엇입니까?

Digital Helper은(는) Techie Tribe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get useful details from Digital!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Digital Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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
}