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 |
Eメール | [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" } } |