Teamstack

Teamstack is an identity access management platform that allows you to grow your team seamlessly by automating identity management.

¿Qué es Teamstack?

Teamstack es una extensión de Chrome desarrollada por Teamstack.com, y su función principal es "Teamstack is an identity access management platform that allows you to grow your team seamlessly by automating identity management.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Teamstack

Descarga archivos de extensión Teamstack en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        The Teamstack browser extension allows you to automatically sign into applications that normally would require a user to manually enter their credentials (Form-Based Applications) as well as SAML applications with a single click. Admins of organizations can manage access to applications for their users.

With the Teamstack browser extension you can:
•  Easily navigate to Teamstack dashboard and have access to multiple applications;
•  Quickly switch between various applications that you have access to without needing to enter username and password manually every single time;
•  Access your applications through multiple browsers.                    

Información Básica de la Extensión

Nombre Teamstack Teamstack
ID flopdmkfmcglkkmefjgemmmahafbmbko
URL Oficial https://chromewebstore.google.com/detail/teamstack/flopdmkfmcglkkmefjgemmmahafbmbko
Descripción Teamstack is an identity access management platform that allows you to grow your team seamlessly by automating identity management.
Tamaño del Archivo 1.54 MB
Cantidad de Instalaciones 528
Versión Actual 2.0.0
Última Actualización 2022-11-28
Fecha de Publicación 2020-05-17
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Teamstack.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.teamstack.com/privacy.html
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Teamstack",
    "author": "Teamstack",
    "version": "2.0.0",
    "description": "Teamstack is an identity access management platform that allows you to grow your team seamlessly by automating identity management.",
    "short_name": "Teamstack",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/logo_16.png",
        "25": "icons\/logo_25.png",
        "32": "icons\/logo_32.png",
        "48": "icons\/logo_48.png",
        "64": "icons\/logo_64.png",
        "128": "icons\/logo_128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "storage",
        "notifications",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "pages\/*",
                "JavaScript\/*",
                "css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "Teamstack_new",
        "default_popup": "pages\/popup.html",
        "default_icon": {
            "16": "icons\/logo_16.png",
            "25": "icons\/logo_25.png",
            "32": "icons\/logo_32.png",
            "48": "icons\/logo_48.png",
            "64": "icons\/logo_64.png",
            "128": "icons\/logo_128.png"
        }
    },
    "background": {
        "service_worker": "JavaScript\/background.js",
        "mode": "module"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "js": [
                "JavaScript\/content.js"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}