MyCena Fortress Extension
MyCena web extension allows you to copy and paste passwords from your mobile to the desktop.
What is MyCena Fortress Extension?
MyCena Fortress Extension is a Chrome extension developed by https://mycena.co, and its main feature is "MyCena web extension allows you to copy and paste passwords from your mobile to the desktop.".
Extension Screenshots
Download MyCena Fortress Extension Extension CRX File
Download MyCena Fortress Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | MyCena Fortress Extension |
ID | iffbhddlimgilbikojjehaikkckjajah |
Official URL | https://chromewebstore.google.com/detail/mycena-fortress-extension/iffbhddlimgilbikojjehaikkckjajah |
Description | MyCena web extension allows you to copy and paste passwords from your mobile to the desktop. |
File Size | 522 KB |
Installation Count | 106 |
Current Version | 2.0.4 |
Last Updated | 2021-08-25 |
Publish Date | 2020-04-18 |
Rating | 5.00/5 Total 9 Ratings |
Developer | https://mycena.co |
[email protected] | |
Payment Type | free |
Extension Website | https://mycena.co |
Help Page URL | https://mycena.co/faq |
Privacy Policy Page URL | https://mycena.co/privacy-policy |
Supported Languages | 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" } } |