Survicate Feedback Hub

Capture, store, and categorize every piece of customer feedback with Survicate Feedback Hub.

Survicate Feedback Hub란 무엇입니까?

Survicate Feedback Hub은(는) https://survicate.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture, store, and categorize every piece of customer feedback with Survicate Feedback Hub."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Survicate Feedback Hub 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Capture, store, and categorise every piece of customer feedback with Survicate Feedback Hub. Add tags to organize all the feedback and discover patterns and trends among your customers.

Record conversations with your Customers - Feedback Hub will automatically convert them into text. Supports over 120 languages! Or simply highlight the text on any website you visit and save it in Feedback Hub. 

Store Feedback coming from all your digital channels - from social media posts & comments added by your customers, ending with interesting conversations with customers you just had.                    

확장 프로그램 기본 정보

이름 Survicate Feedback Hub Survicate Feedback Hub
ID mnlpljhhnedgidlfhogjkojflnfojbgn
공식 URL https://chrome.google.com/webstore/detail/survicate-feedback-hub/mnlpljhhnedgidlfhogjkojflnfojbgn
설명 Capture, store, and categorize every piece of customer feedback with Survicate Feedback Hub.
파일 크기 180 KB
설치 횟수 93
현재 버전 1.1.2
최근 업데이트 2021-01-20
출시 날짜 2019-12-19
평점 5.00/5 총 2 개의 평점
개발자 https://survicate.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://survicate.com/software/feedback-hub/
도움말 페이지 URL https://help.survicate.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Survicate Feedback Hub",
    "version": "1.1.2",
    "description": "Capture, store, and categorize every piece of customer feedback with Survicate Feedback Hub.",
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab",
        "desktopCapture",
        "storage",
        "tabs",
        "tabCapture",
        "",
        "https:\/\/www.googleapis.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js",
            "background\/background.common.js",
            "background\/background.js",
            "background\/background.desktopCapture.js",
            "background\/background.tabCapture.js",
            "background\/background.badgeText.js",
            "background\/background.getUserMedia.js",
            "background\/background.messaging.js",
            "RecordRTC\/MediaStreamRecorder.js",
            "RecordRTC\/DiskStorage.js",
            "RecordRTC\/EBML.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "save_frame.html"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject\/in_every_page.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.survicate.construction\/*",
                "https:\/\/*.survicate.com\/*"
            ],
            "js": [
                "inject\/in_survicate.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "browser_action": {
        "default_popup": "popup_unsigned.html",
        "default_icon": {
            "16": "img\/survicate-icon-16.png",
            "32": "img\/survicate-icon-32.png",
            "48": "img\/survicate-icon-48.png"
        }
    },
    "icons": {
        "16": "img\/survicate-icon-16.png",
        "32": "img\/survicate-icon-32.png",
        "48": "img\/survicate-icon-48.png"
    },
    "manifest_version": 2
}