Ctrlpanel

One-click sign in for accounts in Ctrlpanel.io

What is Ctrlpanel?

Ctrlpanel is a Chrome extension developed by https://www.ctrlpanel.io, and its main feature is "One-click sign in for accounts in Ctrlpanel.io".

Extension Screenshots

screenshot

Download Ctrlpanel Extension CRX File

Download Ctrlpanel 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

                        Strong and unique passwords made simple.

Easily change to secure passwords. Managing your online accounts have never been smoother.                    

Extension Basic Information

Name Ctrlpanel Ctrlpanel
ID nmjefmjehgomhbhpecnalkejcamiomdo
Official URL https://chrome.google.com/webstore/detail/ctrlpanel/nmjefmjehgomhbhpecnalkejcamiomdo
Description One-click sign in for accounts in Ctrlpanel.io
File Size 111 KB
Installation Count 17
Current Version 18.11.12.1143
Last Updated 2018-11-12
Publish Date 2018-11-12
Rating 5.00/5 Total 2 Ratings
Developer https://www.ctrlpanel.io
Payment Type free
Extension Website https://www.ctrlpanel.io/
Help Page URL https://www.ctrlaltdeseat.help/hc/en-us
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ctrlpanel",
    "version": "18.11.12.1143",
    "icons": {
        "48": "icon-48.png",
        "96": "icon-96.png",
        "128": "icon-128.png",
        "256": "icon-256.png"
    },
    "author": "Ctrl Alt Deseat AB",
    "description": "One-click sign in for accounts in Ctrlpanel.io",
    "homepage_url": "https:\/\/www.ctrlpanel.io\/",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/api.ctrlpanel.io\/*",
        "https:\/\/app.ctrlpanel.io\/*"
    ],
    "background": {
        "page": "global.html"
    },
    "browser_action": {
        "default_title": "Ctrlpanel",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "action-16.png",
            "32": "action-32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.ctrlpanel.io\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ]
}