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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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