Sharewell

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

Apa itu Sharewell?

Sharewell adalah ekstensi Chrome yang dikembangkan oleh https://sharewell.eu, dan fitur utamanya adalah "Get immediate feedback on your product, service or website. Make better decisions with customer insights.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Sharewell

Unduh file ekstensi Sharewell dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Sharewell Sharewell
ID mfomlgiblphhoiogcdgfdbdgaclgnkng
URL Resmi https://chromewebstore.google.com/detail/sharewell/mfomlgiblphhoiogcdgfdbdgaclgnkng
Deskripsi Get immediate feedback on your product, service or website. Make better decisions with customer insights.
Ukuran File 74.38 KB
Jumlah Instalasi 2,298
Versi Saat Ini 6.0.4
Terakhir Diperbarui 2023-09-19
Tanggal Publikasi 2020-06-14
Penilaian 3.50/5 Total 4 Penilaian
Pengembang https://sharewell.eu
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://sharewell.eu/
URL Halaman Bantuan https://sharewell.eu/blog
Bahasa yang Didukung 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"
}