Sharewell

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

Sharewell क्या है?

Sharewell https://sharewell.eu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get immediate feedback on your product, service or website. Make better decisions with customer insights."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sharewell एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Sharewell Sharewell
ID mfomlgiblphhoiogcdgfdbdgaclgnkng
आधिकारिक URL https://chromewebstore.google.com/detail/sharewell/mfomlgiblphhoiogcdgfdbdgaclgnkng
विवरण Get immediate feedback on your product, service or website. Make better decisions with customer insights.
फ़ाइल का आकार 74.38 KB
स्थापना संख्या 2,298
वर्तमान संस्करण 6.0.4
अंतिम अपडेट 2023-09-19
प्रकाशन तिथि 2020-06-14
रेटिंग 3.50/5 कुल 4 रेटिंग्स
डेवलपर https://sharewell.eu
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://sharewell.eu/
सहायता पृष्ठ URL https://sharewell.eu/blog
समर्थित भाषाएँ 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"
}