Savio

Save product feedback from across the web to Savio

Savioคืออะไร?

Savio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://savio.io และคุณลักษณะหลักของมันคือ "Save product feedback from across the web to Savio"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Savio is for software teams that care about product feedback.  Savio centralizes your customers' product feedback to help Product teams prioritize what features to build.  It also pulls in MRR and Plan so you can see that information for every customer who submitted feedback, and you can use it to filter your feature requests 

Product, Support, Sales, Marketing, and Customer Success teams can use the Savio Chrome Extension to put customer feedback directly into Savio without leaving their Support tool, CRM, Live Chat tool, etc.   

Product teams can then quickly and confidently answer questions about that feedback, like "what features do my Enterprise customers want" or "what’s the total MRR of customers who want feature A vs. feature B" or "what features should we build to win more deals".                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Savio Savio
ID iihflnhbcjoeneakjblkjhmmfiggjakf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/savio/iihflnhbcjoeneakjblkjhmmfiggjakf
คำอธิบาย Save product feedback from across the web to Savio
ขนาดไฟล์ 1.73 MB
จำนวนการติดตั้ง 525
เวอร์ชันปัจจุบัน 39
อัปเดตครั้งล่าสุด 2024-02-03
วันที่เผยแพร่ 2019-08-06
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://savio.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.savio.io
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Savio",
    "short_name": "Savio",
    "description": "Save product feedback from across the web to Savio",
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/www.savio.io;"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "version": "39",
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "service_worker": "js\/worker.js"
    },
    "homepage_url": "https:\/\/www.savio.io",
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "images\/icon16.png"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/www.savio.io\/*",
            "https:\/\/www.savio.io\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/www.savio.io\/*"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "clipboardWrite",
        "cookies",
        "scripting",
        "storage",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback"
    ]
}