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开发的Chrome扩展程序,该扩展的主要功能是“MyCena web extension allows you to copy and paste passwords from your mobile to the desktop.”。
扩展截图
下载MyCena Fortress Extension扩展crx文件
下载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 |
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" } } |