Sharewell

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

Vad är Sharewell?

Sharewell är en Chrome-tillägg utvecklad av https://sharewell.eu, och dess huvudfunktion är "Get immediate feedback on your product, service or website. Make better decisions with customer insights.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Sharewell-förlängningens CRX-fil

Ladda ner Sharewell-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Sharewell Sharewell
ID mfomlgiblphhoiogcdgfdbdgaclgnkng
Officiell webbadress https://chromewebstore.google.com/detail/sharewell/mfomlgiblphhoiogcdgfdbdgaclgnkng
Beskrivning Get immediate feedback on your product, service or website. Make better decisions with customer insights.
Filstorlek 74.38 KB
Antal Installationer 2,298
Aktuell Version 6.0.4
Senast Uppdaterad 2023-09-19
Publiceringsdatum 2020-06-14
Betyg 3.50/5 Totalt 4 Betyg
Utvecklare https://sharewell.eu
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://sharewell.eu/
Hjälpsida URL https://sharewell.eu/blog
Stödda Språk 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"
}