Sharewell

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

Co to jest Sharewell?

Sharewell to rozszerzenie Chrome opracowane przez https://sharewell.eu, a jego główną funkcją jest „Get immediate feedback on your product, service or website. Make better decisions with customer insights.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Sharewell

Pobierz pliki rozszerzeń Sharewell w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Sharewell Sharewell
ID mfomlgiblphhoiogcdgfdbdgaclgnkng
Oficjalny URL https://chromewebstore.google.com/detail/sharewell/mfomlgiblphhoiogcdgfdbdgaclgnkng
Opis Get immediate feedback on your product, service or website. Make better decisions with customer insights.
Rozmiar pliku 74.38 KB
Liczba instalacji 2,298
Aktualna Wersja 6.0.4
Ostatnia Aktualizacja 2023-09-19
Data Publikacji 2020-06-14
Ocena 3.50/5 Łącznie 4 Oceny
Deweloper https://sharewell.eu
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://sharewell.eu/
Adres URL Strony Pomocy https://sharewell.eu/blog
Obsługiwane Języki 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"
}