Sharewell

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

Sharewell là gì?

Sharewell là một tiện ích mở rộng Chrome được phát triển bởi https://sharewell.eu, và tính năng chính của nó là "Get immediate feedback on your product, service or website. Make better decisions with customer insights.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sharewell

Tải xuống các tệp mở rộng Sharewell dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sharewell Sharewell
ID mfomlgiblphhoiogcdgfdbdgaclgnkng
URL Chính Thức https://chromewebstore.google.com/detail/sharewell/mfomlgiblphhoiogcdgfdbdgaclgnkng
Mô tả Get immediate feedback on your product, service or website. Make better decisions with customer insights.
Kích Thước Tệp 74.38 KB
Số Lần Cài Đặt 2,298
Phiên Bản Hiện Tại 6.0.4
Cập Nhật Lần Cuối 2023-09-19
Ngày Phát Hành 2020-06-14
Đánh Giá 3.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://sharewell.eu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sharewell.eu/
URL Trang Trợ Giúp https://sharewell.eu/blog
Ngôn Ngữ Được Hỗ Trợ 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"
}