Miuros Review

Quality review to build better customer experiences

Miuros Review là gì?

Miuros Review là một tiện ích mở rộng Chrome được phát triển bởi Miuros, và tính năng chính của nó là "Quality review to build better customer experiences".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Miuros Review

Tải xuống các tệp mở rộng Miuros Review dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Miuros Review helps customer support teams with a smoother Quality Assurance process. With our Chrome Extension and keyboard shortcuts, you can score tickets without having to leave your ticketing system's interface.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Miuros Review Miuros Review
ID fofoplfhmmibbadfagkplenpegjjmohl
URL Chính Thức https://chrome.google.com/webstore/detail/miuros-review/fofoplfhmmibbadfagkplenpegjjmohl
Mô tả Quality review to build better customer experiences
Kích Thước Tệp 35.35 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.3.2
Cập Nhật Lần Cuối 2022-04-07
Ngày Phát Hành 2020-09-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Miuros
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://miuros.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Miuros Review",
    "version": "1.3.2",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "description": "Quality review to build better customer experiences",
    "permissions": [
        "identity",
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAid5q6vA16bRYpXIRNkpT5\/o\/c93zd1Ti7Csp3iqH+mk2y4ZoG5SpDuKuVaMIvdjFtrHsgNlDGuzMx8OoMuV\/bn40tzKKhjBJlww+IYKUB4NUU4U\/IdWGAxR+IreRi+CxB8EtFfYR1AOuhohQHvzWK0SJPGIuJfi7EI2XOA4HjOHfs\/pAOa2ao8ZnT6mj06dfmb6PBK9x7HYXLCn1BuZXWtoDdfXGMlfYgd4ew0W+38qHB+tkwPTp\/Xmi\/EWq2Tysn+0xKmxiAWnFJ3Elwz6eiVmkmt7K+6xGbiBgsiIJxq84fvIYu7BC4tRsNVYB68RR\/N+yrdiXGeP5fOkUABgw0wIDAQAB"
}