MyCena Desk Center Extension

MyCena Desk Center web extension allows you to fill credential from your Mycena Desk Center Application

What is MyCena Desk Center Extension?

MyCena Desk Center Extension is a Chrome extension developed by https://mycena.co, and its main feature is "MyCena Desk Center web extension allows you to fill credential from your Mycena Desk Center Application".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download MyCena Desk Center Extension Extension CRX File

Download MyCena Desk Center 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 DeskCenter extension automatically copies your credentials from your MyCena DeskCenter application into the web page you want to log into. You can use multiple browsers with your application.

What can you copy?
- login
- password
- notes

How to use it?

A. Using default browser
1. Go to Menu in your MyCena Desk Center application and click Connect extension
2. Click on MyCena Desk Center extension icon in your browser
3. Open the credentials you want to use in MyCena Desk Center application and click the 'Go to' icon
4. Your credentials details will be automatically filled in
Note: If the credentials didn't get transported, click on MyCena Desk Center extension icon once more and click AUTO-FILL

B. Using another browser
1. Go to Menu in your MyCena Desk Center application and click Connect extension
2. Click on MyCena Desk Center extension icon in your browser
3. Open the credentials you want to use in MyCena Desk Center application and click the 'Go to' icon.  A tab in your default browser will open. Just close the tab.
4. Open the browser you intend to use. 
5: Click on MyCena Desk Center extension icon once more and click NEW TAB. Your credentials details will be automatically filled in. 
Note: For security reasons, you are only allowed to transport credentials once on each browser you have connected. 

Note: Your company may require you to enter a code to activate MyCena DeskCenter extension                    

Extension Basic Information

Name MyCena Desk Center Extension MyCena Desk Center Extension
ID ihmaefbmifmbbcobcnfbgofllgbjbfpn
Official URL https://chromewebstore.google.com/detail/mycena-desk-center-extens/ihmaefbmifmbbcobcnfbgofllgbjbfpn
Description MyCena Desk Center web extension allows you to fill credential from your Mycena Desk Center Application
File Size 1.21 MB
Installation Count 0
Current Version 1.1.4.2
Last Updated 2024-01-25
Publish Date 2021-05-22
Rating 5.00/5 Total 13 Ratings
Developer https://mycena.co
Email [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-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MyCena Desk Center Extension",
    "short_name": "MyCena Desk Center Extension",
    "description": "MyCena Desk Center web extension allows you to fill credential from your Mycena Desk Center Application",
    "author": "Lookiimobile",
    "version": "1.1.4.2",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_title": "MyCena Desk Center 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": [
        "tabs",
        "activeTab",
        "",
        "webRequest",
        "webRequestBlocking",
        "clipboardWrite",
        "clipboardRead"
    ],
    "optional_permissions": [
        "privacy"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "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"
    },
    "web_accessible_resources": [
        "assets\/*"
    ]
}