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
Eメール [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"
}