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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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'"
    }
}