Sharewell

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

Co je Sharewell?

Sharewell je rozšíření Chrome vyvinuté https://sharewell.eu, a jeho hlavní funkcí je „Get immediate feedback on your product, service or website. Make better decisions with customer insights.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Sharewell

Stáhněte si soubory rozšíření Sharewell ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Sharewell Sharewell
ID mfomlgiblphhoiogcdgfdbdgaclgnkng
Oficiální URL https://chromewebstore.google.com/detail/sharewell/mfomlgiblphhoiogcdgfdbdgaclgnkng
Popis Get immediate feedback on your product, service or website. Make better decisions with customer insights.
Velikost souboru 74.38 KB
Počet instalací 2,298
Aktuální Verze 6.0.4
Poslední Aktualizace 2023-09-19
Datum Vydání 2020-06-14
Hodnocení 3.50/5 Celkem 4 Hodnocení
Vývojář https://sharewell.eu
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://sharewell.eu/
URL Stránky Nápovědy https://sharewell.eu/blog
Podporované Jazyky 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"
}