Saba Org Planning Admin Chrome Connector 2.0

Enables the user to launch Saba Org Planning Administration app

Saba Org Planning Admin Chrome Connector 2.0 là gì?

Saba Org Planning Admin Chrome Connector 2.0 là một tiện ích mở rộng Chrome được phát triển bởi Saba Software, Inc., và tính năng chính của nó là "Enables the user to launch Saba Org Planning Administration app".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Saba Org Planning Admin Chrome Connector 2.0

Tải xuống các tệp mở rộng Saba Org Planning Admin Chrome Connector 2.0 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

                        Enables the user to launch Saba Org Planning Administration Application.

This Chrome Connector App provides you a platform to connect Saba Org Planning Administration Application. This connector will only work with Saba Org Planning Administration Application which provides creation of Domains, Views, Profiles etc.                    

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

Tên Saba Org Planning Admin Chrome Connector 2.0 Saba Org Planning Admin Chrome Connector 2.0
ID lbjiebgdlgngeojjlebihchdmnaeehdg
URL Chính Thức https://chromewebstore.google.com/detail/saba-org-planning-admin-c/lbjiebgdlgngeojjlebihchdmnaeehdg
Mô tả Enables the user to launch Saba Org Planning Administration app
Kích Thước Tệp 9.66 KB
Số Lần Cài Đặt 944
Phiên Bản Hiện Tại 1.0.0.3
Cập Nhật Lần Cuối 2020-12-06
Ngày Phát Hành 2020-12-06
Nhà Phát Triển Saba Software, Inc.
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Saba Org Planning Admin Chrome Connector 2.0",
    "version": "1.0.0.3",
    "manifest_version": 2,
    "description": "Enables the user to launch Saba Org Planning Administration app",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "minimum_chrome_version": "45.0",
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*\/tenants\/*",
                "https:\/\/*\/*\/Tenants\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging",
        "cookies",
        "*:\/\/*\/*\/tenants\/*",
        "*:\/\/*\/*\/Tenants\/*"
    ],
    "web_accessible_resources": [
        "manifest.json"
    ]
}