MyCena Fortress Extension

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

Hvad er MyCena Fortress Extension?

MyCena Fortress Extension er en Chrome-udvidelse udviklet af https://mycena.co, og dens hovedfunktion er "MyCena web extension allows you to copy and paste passwords from your mobile to the desktop.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download MyCena Fortress Extension-udvidelses-CRX-fil

Download MyCena Fortress Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn MyCena Fortress Extension MyCena Fortress Extension
ID iffbhddlimgilbikojjehaikkckjajah
Officiel URL https://chromewebstore.google.com/detail/mycena-fortress-extension/iffbhddlimgilbikojjehaikkckjajah
Beskrivelse MyCena web extension allows you to copy and paste passwords from your mobile to the desktop.
Filstørrelse 522 KB
Antal Installationer 106
Nuværende Version 2.0.4
Senest Opdateret 2021-08-25
Udgivelsesdato 2020-04-18
Bedømmelse 5.00/5 Samlet 9 Bedømmelser
Udvikler https://mycena.co
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://mycena.co
Hjælpeside-URL https://mycena.co/faq
URL til Fortrolighedspolitik Side https://mycena.co/privacy-policy
Understøttede Sprog 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"
    }
}