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
公式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
Eメール [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
}