Konnecto-Panel

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

Konnecto-Panel란 무엇입니까?

Konnecto-Panel은(는) Konnecto Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use the crowd wisdom and find out where others get their purchase recommendations from."입니다.

확장 프로그램 스크린샷

screenshot

Konnecto-Panel 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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]"
        }
    }
}