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란 무엇입니까?

Saba Org Planning Admin Chrome Connector 2.0은(는) Saba Software, Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables the user to launch Saba Org Planning Administration app"입니다.

확장 프로그램 스크린샷

screenshot

Saba Org Planning Admin Chrome Connector 2.0 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Saba Org Planning Admin Chrome Connector 2.0 Saba Org Planning Admin Chrome Connector 2.0
ID lbjiebgdlgngeojjlebihchdmnaeehdg
공식 URL https://chromewebstore.google.com/detail/saba-org-planning-admin-c/lbjiebgdlgngeojjlebihchdmnaeehdg
설명 Enables the user to launch Saba Org Planning Administration app
파일 크기 9.66 KB
설치 횟수 944
현재 버전 1.0.0.3
최근 업데이트 2020-12-06
출시 날짜 2020-12-06
개발자 Saba Software, Inc.
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    ]
}