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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "MyCena web extension allows you to copy and paste passwords from your mobile to the desktop."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MyCena Fortress Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}