Sharewell

Get immediate feedback on your product, service or website. Make better decisions with customer insights.

Sharewell란 무엇입니까?

Sharewell은(는) https://sharewell.eu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get immediate feedback on your product, service or website. Make better decisions with customer insights."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Sharewell 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Real world user testing with your target audience. Make better decisions with customer insights. Stay ahead of the competition - listen to your customers. With the right insight you can improve your product, catch the newest trends and make better business decisions.                    

확장 프로그램 기본 정보

이름 Sharewell Sharewell
ID mfomlgiblphhoiogcdgfdbdgaclgnkng
공식 URL https://chromewebstore.google.com/detail/sharewell/mfomlgiblphhoiogcdgfdbdgaclgnkng
설명 Get immediate feedback on your product, service or website. Make better decisions with customer insights.
파일 크기 74.38 KB
설치 횟수 2,298
현재 버전 6.0.4
최근 업데이트 2023-09-19
출시 날짜 2020-06-14
평점 3.50/5 총 4 개의 평점
개발자 https://sharewell.eu
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sharewell.eu/
도움말 페이지 URL https://sharewell.eu/blog
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sharewell",
    "description": "Get immediate feedback on your product, service or website. Make better decisions with customer insights.",
    "homepage_url": "https:\/\/sharewell.eu",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "assets\/icon128.png",
        "default_title": "Sharewell",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.sharewell.eu\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "debugger",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "version": "6.0.4"
}