MyCena Fortress Extension

MyCena web extension allows you to copy and paste passwords from your mobile to the desktop.

MyCena Fortress Extension란 무엇입니까?

MyCena Fortress Extension은(는) https://mycena.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MyCena web extension allows you to copy and paste passwords from your mobile to the desktop."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

MyCena Fortress Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        MyCena web extension allows you to copy and paste  passwords from your mobile to the desktop.
What can you copy?
- login
- password
- notes

Useful for:
When you want to use a login and password on the desktop, you don't have to type it. Go to your MyCena app and touch to copy. Then click the field and select Paste.

When you want to copy a login or password from your desktop onto your MyCena mobile app. On your desktop, select and copy the text. Then touch and select paste on your MyCena mobile app.                    

확장 프로그램 기본 정보

이름 MyCena Fortress Extension MyCena Fortress Extension
ID iffbhddlimgilbikojjehaikkckjajah
공식 URL https://chromewebstore.google.com/detail/mycena-fortress-extension/iffbhddlimgilbikojjehaikkckjajah
설명 MyCena web extension allows you to copy and paste passwords from your mobile to the desktop.
파일 크기 522 KB
설치 횟수 106
현재 버전 2.0.4
최근 업데이트 2021-08-25
출시 날짜 2020-04-18
평점 5.00/5 총 9 개의 평점
개발자 https://mycena.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mycena.co
도움말 페이지 URL https://mycena.co/faq
개인정보 보호 정책 페이지 URL https://mycena.co/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MyCena Fortress Extension",
    "short_name": "MyCena Fortress Extension",
    "description": "MyCena web extension allows you to copy and paste passwords from your mobile to the desktop.",
    "author": "Lookiimobile",
    "version": "2.0.4",
    "content_security_policy": "script-src 'self';object-src 'self'",
    "browser_action": {
        "default_title": "MyCena Fortress Extension",
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/logo\/mycena_16x16.png",
            "32": "assets\/logo\/mycena_32x32.png",
            "48": "assets\/logo\/mycena_48x48.png",
            "128": "assets\/logo\/mycena_128x128.png"
        }
    },
    "permissions": [
        "https:\/\/extapi.mycena.co\/",
        "https:\/\/cdnjs.cloudflare.com\/",
        "https:\/\/www.gstatic.com\/",
        "https:\/\/*.firebaseio.com\/",
        "storage"
    ],
    "icons": {
        "16": "assets\/logo\/mycena_16x16.png",
        "32": "assets\/logo\/mycena_32x32.png",
        "48": "assets\/logo\/mycena_48x48.png",
        "128": "assets\/logo\/mycena_128x128.png"
    }
}