Teamstack

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

什麼是Teamstack?

Teamstack是由Teamstack.com開發的Chrome擴展程式,該擴展的主要功能是“Teamstack is an identity access management platform that allows you to grow your team seamlessly by automating identity management.”。

擴展截圖

screenshot
screenshot

下載Teamstack擴展crx文件

下載Teamstack擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Teamstack Teamstack
ID flopdmkfmcglkkmefjgemmmahafbmbko
官方網址 https://chromewebstore.google.com/detail/teamstack/flopdmkfmcglkkmefjgemmmahafbmbko
簡介 Teamstack is an identity access management platform that allows you to grow your team seamlessly by automating identity management.
檔案大小 1.54 MB
安裝次數 528
目前版本 2.0.0
更新時間 2022-11-28
上架時間 2020-05-17
評分 5.00/5 共 3 次評分
開發者 Teamstack.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.teamstack.com/privacy.html
支援的語言 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'"
    }
}