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文件

下載Survicate Feedback Hub擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}