Survicate Feedback Hub

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

Survicate Feedback Hub là gì?

Survicate Feedback Hub là một tiện ích mở rộng Chrome được phát triển bởi https://survicate.com, và tính năng chính của nó là "Capture, store, and categorize every piece of customer feedback with Survicate Feedback Hub.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Survicate Feedback Hub

Tải xuống các tệp mở rộng Survicate Feedback Hub dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Survicate Feedback Hub Survicate Feedback Hub
ID mnlpljhhnedgidlfhogjkojflnfojbgn
URL Chính Thức https://chrome.google.com/webstore/detail/survicate-feedback-hub/mnlpljhhnedgidlfhogjkojflnfojbgn
Mô tả Capture, store, and categorize every piece of customer feedback with Survicate Feedback Hub.
Kích Thước Tệp 180 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2021-01-20
Ngày Phát Hành 2019-12-19
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://survicate.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://survicate.com/software/feedback-hub/
URL Trang Trợ Giúp https://help.survicate.com
Ngôn Ngữ Được Hỗ Trợ 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
}