Ctrlpanel
One-click sign in for accounts in Ctrlpanel.io
Qu'est-ce que Ctrlpanel ?
Ctrlpanel est une extension Chrome développée par https://www.ctrlpanel.io, et sa fonction principale est "One-click sign in for accounts in Ctrlpanel.io".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ctrlpanel
Téléchargez les fichiers d'extension Ctrlpanel au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Strong and unique passwords made simple. Easily change to secure passwords. Managing your online accounts have never been smoother.
Informations de Base sur l'Extension
Nom | |
ID | nmjefmjehgomhbhpecnalkejcamiomdo |
URL Officiel | https://chrome.google.com/webstore/detail/ctrlpanel/nmjefmjehgomhbhpecnalkejcamiomdo |
Description | One-click sign in for accounts in Ctrlpanel.io |
Taille du Fichier | 111 KB |
Nombre d'Installations | 17 |
Version Actuelle | 18.11.12.1143 |
Dernière Mise à Jour | 2018-11-12 |
Date de Publication | 2018-11-12 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://www.ctrlpanel.io |
Type de Paiement | free |
Site Web de l'Extension | https://www.ctrlpanel.io/ |
URL de la Page d'Aide | https://www.ctrlaltdeseat.help/hc/en-us |
Langues Prises en Charge | 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" ] } ] } |