SDA

Staffprano Demo Assistant

SDA란 무엇입니까?

SDA은(는) marius에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Staffprano Demo Assistant"입니다.

확장 프로그램 스크린샷

screenshot

SDA 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Support in building and delivering Staffbase demos. Sign-in with administrator privileges required. On any Staffbase app (e.g. on app.staffbase.com, connect.staffbase.com, and staffbasetest.staffbase.rocks), this extension allows you to (a) mock analytics so you can explain the module, (b) fill the launch pad so it looks better, and (c) update the demov1 custom CSS to adjust the bottom bar to app brand colors (or any other he codes you provide).                    

확장 프로그램 기본 정보

이름 SDA SDA
ID ijhgageecgdiapkpembapmlgbnbigeop
공식 URL https://chromewebstore.google.com/detail/sda/ijhgageecgdiapkpembapmlgbnbigeop
설명 Staffprano Demo Assistant
파일 크기 30.18 KB
설치 횟수 70
현재 버전 0.8.0.6
최근 업데이트 2022-10-19
출시 날짜 2021-01-25
개발자 marius
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://staffbase.com
도움말 페이지 URL https://staffbase.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SDA",
    "version": "0.8.0.6",
    "description": "Staffprano Demo Assistant",
    "permissions": [
        "storage",
        "declarativeContent",
        "https:\/\/*.staffbase.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.staffbase.com\/*",
            "https:\/\/*.staffbase.rocks\/*"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.staffbase.com\/admin\/*",
                "https:\/\/*.staffbase.rocks\/admin\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "src\/script.js",
        "src\/fillLaunchPad.js",
        "src\/fixBottomBar.js",
        "src\/getConfig.js"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_title": "Staffprano Demo Assistant",
        "default_icon": {
            "16": "images\/i16.png",
            "32": "images\/i32.png",
            "48": "images\/i48.png",
            "128": "images\/i128.png"
        }
    },
    "icons": {
        "16": "images\/i16.png",
        "32": "images\/i32.png",
        "48": "images\/i48.png",
        "128": "images\/i128.png"
    },
    "manifest_version": 2
}