MyCena Fortress Extension

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

MyCena Fortress Extension là gì?

MyCena Fortress Extension là một tiện ích mở rộng Chrome được phát triển bởi https://mycena.co, và tính năng chính của nó là "MyCena web extension allows you to copy and paste passwords from your mobile to the desktop.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng MyCena Fortress Extension 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

                        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.                    

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

Tên MyCena Fortress Extension MyCena Fortress Extension
ID iffbhddlimgilbikojjehaikkckjajah
URL Chính Thức https://chromewebstore.google.com/detail/mycena-fortress-extension/iffbhddlimgilbikojjehaikkckjajah
Mô tả MyCena web extension allows you to copy and paste passwords from your mobile to the desktop.
Kích Thước Tệp 522 KB
Số Lần Cài Đặt 106
Phiên Bản Hiện Tại 2.0.4
Cập Nhật Lần Cuối 2021-08-25
Ngày Phát Hành 2020-04-18
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://mycena.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mycena.co
URL Trang Trợ Giúp https://mycena.co/faq
URL Trang Chính Sách Bảo Mật https://mycena.co/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}