Teamstack

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

Teamstack là gì?

Teamstack là một tiện ích mở rộng Chrome được phát triển bởi Teamstack.com, và tính năng chính của nó là "Teamstack is an identity access management platform that allows you to grow your team seamlessly by automating identity management.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Teamstack

Tải xuống các tệp mở rộng Teamstack dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Teamstack Teamstack
ID flopdmkfmcglkkmefjgemmmahafbmbko
URL Chính Thức https://chromewebstore.google.com/detail/teamstack/flopdmkfmcglkkmefjgemmmahafbmbko
Mô tả Teamstack is an identity access management platform that allows you to grow your team seamlessly by automating identity management.
Kích Thước Tệp 1.54 MB
Số Lần Cài Đặt 528
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2022-11-28
Ngày Phát Hành 2020-05-17
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Teamstack.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.teamstack.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}