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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mycena.co และคุณลักษณะหลักของมันคือ "MyCena web extension allows you to copy and paste passwords from your mobile to the desktop."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyCena Fortress Extension

ดาวน์โหลดไฟล์ส่วนขยาย MyCena Fortress Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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