Konnecto-Panel

Use the crowd wisdom and find out where others get their purchase recommendations from.

Konnecto-Panel क्या है?

Konnecto-Panel Konnecto Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use the crowd wisdom and find out where others get their purchase recommendations from."।

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

screenshot

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

crx प्रारूप में Konnecto-Panel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Thank you for joining the Konnecto Research Community!

Konnecto data community is a research community that through surveys and data sharing based on user consent helps analyze consumers’ aggregated anonymized behavior and provide market research services.

By downloading this extension you will give us permission to view your browsing activity, so that we can learn which brands you like and what other interests you have.

It’s important to understand that all of your data is anonymized completely and we will never share any personal information with any other company or brand.

You can learn more about how we process your data here:  https://terms.konnecto.io/KonnectoJourney.html
By leaving the extension installed, you will be able to receive notifications from us regarding the opportunity to join additional campaigns and activities.                    

एक्सटेंशन की मूल जानकारी

नाम Konnecto-Panel Konnecto-Panel
ID cpcikmmjjflinilknaomlgopejlniocj
आधिकारिक URL https://chrome.google.com/webstore/detail/konnecto-panel/cpcikmmjjflinilknaomlgopejlniocj
विवरण Use the crowd wisdom and find out where others get their purchase recommendations from.
फ़ाइल का आकार 4.86 MB
स्थापना संख्या 728
वर्तमान संस्करण 2.04
अंतिम अपडेट 2021-12-05
प्रकाशन तिथि 2020-05-24
रेटिंग 2.71/5 कुल 7 रेटिंग्स
डेवलपर Konnecto Inc.
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://terms.konnecto.io/PrivacyofPolicy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Konnecto-Panel",
    "version": "2.04",
    "description": "Use the crowd wisdom and find out where others get their purchase recommendations from.",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/icons\/icon-16.png",
            "24": "assets\/icons\/icon-24.png",
            "32": "assets\/icons\/icon-32.png",
            "48": "assets\/icons\/icon-48.png",
            "128": "assets\/icons\/icon-128.png"
        },
        "default_title": "Konnecto-Panel"
    },
    "permissions": [
        "storage",
        "alarms",
        "history",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "runtime.js",
            "aws.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mozilla.org\/*"
            ],
            "js": [
                "background.js",
                "runtime.js",
                "aws.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "24": "assets\/icons\/icon-24.png",
        "32": "assets\/icons\/icon-32.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}