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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture, store, and categorize every piece of customer feedback with Survicate Feedback Hub."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Survicate Feedback Hub एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}