Sharewell

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

Sharewellคืออะไร?

Sharewell เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sharewell.eu และคุณลักษณะหลักของมันคือ "Get immediate feedback on your product, service or website. Make better decisions with customer insights."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sharewell

ดาวน์โหลดไฟล์ส่วนขยาย Sharewell ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}