Resmo

Complete visibility for Cloud and SaaS.

Resmo란 무엇입니까?

Resmo은(는) Resmo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Complete visibility for Cloud and SaaS."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Resmo 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Keep your work online safe. 

Resmo checks the apps you use for work to make sure they're secure and used correctly. Resmo works quietly in the background and only lets you know when something needs your attention.

What Resmo Helps You Do:
Use company approved apps and extensions.
Choose strong passwords for work apps.
Spot shared passwords - no password is ever collected by Resmo.
Turn on extra security, like multi-factor authentication, for your work apps.

What Resmo Won't Do:
It won't report your browser activity or usage.
It won't see anything from your personal email.
It won't view or send out any of your personal details or passwords.
It won’t ask for your personal information.

Note: This extension is not standalone. Your IT team will help set up Resmo for you. They might install it for you or send you a link to do it yourself. Just follow the easy steps they give you to make your online work life more secure.                    

확장 프로그램 기본 정보

이름 Resmo Resmo
ID bbccnhenkklbacbmpfbjfpellahdfedp
공식 URL https://chromewebstore.google.com/detail/resmo/bbccnhenkklbacbmpfbjfpellahdfedp
설명 Complete visibility for Cloud and SaaS.
파일 크기 419 KB
설치 횟수 403
현재 버전 2.0.13
최근 업데이트 2024-02-22
출시 날짜 2023-02-27
평점 5.00/5 총 3 개의 평점
개발자 Resmo
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://resmo.com
도움말 페이지 URL https://resmo.com/contact
개인정보 보호 정책 페이지 URL https://www.resmo.com/legal/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Resmo",
    "description": "Complete visibility for Cloud and SaaS.",
    "version": "2.0.13",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "16": "src\/assets\/images\/icon-16.png",
        "32": "src\/assets\/images\/icon-32.png",
        "48": "src\/assets\/images\/icon-48.png",
        "128": "src\/assets\/images\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "src\/assets\/images\/icon-16.png",
            "32": "src\/assets\/images\/icon-32.png"
        },
        "default_popup": "index.html"
    },
    "permissions": [
        "alarms",
        "identity",
        "identity.email",
        "cookies",
        "storage",
        "webRequest",
        "history"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "src\/content-script-loader.content.tsx.584b5765.72ff8e7b.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "src\/assets\/images\/icon-error.png",
                "src\/assets\/images\/failure.svg",
                "src\/assets\/images\/success.svg",
                "src\/assets\/images\/x.svg",
                "src\/assets\/images\/resmo.svg",
                "src\/assets\/fonts\/Inter-roman.var.woff2"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "src\/failure.937d5db5.svg",
                "src\/resmo.11820b72.svg",
                "src\/success.6a3b3394.svg",
                "src\/x.c49cfc23.svg",
                "src\/jsx-runtime.8b45e4ed.js",
                "src\/storage.0e8cefd2.js",
                "src\/content.tsx.584b5765.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "storage": {
        "managed_schema": "schema.json"
    }
}