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文件

下载Sharewell扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}