Miuros Review

Quality review to build better customer experiences

什么是Miuros Review?

Miuros Review是由Miuros开发的Chrome扩展程序,该扩展的主要功能是“Quality review to build better customer experiences”。

扩展截图

screenshot

下载Miuros Review扩展crx文件

下载Miuros Review扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Miuros Review Miuros Review
ID fofoplfhmmibbadfagkplenpegjjmohl
官方URL https://chrome.google.com/webstore/detail/miuros-review/fofoplfhmmibbadfagkplenpegjjmohl
简介 Quality review to build better customer experiences
文件大小 35.35 KB
安装次数 49
当前版本 1.3.2
更新时间 2022-04-07
上架时间 2020-09-02
评分 5.00/5 共1次评分
开发者 Miuros
电子邮箱 [email protected]
付费类型 free
扩展官网 https://miuros.com/
支持的语言 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"
}