SDA

Staffprano Demo Assistant

O que é SDA?

SDA é uma extensão do Chrome desenvolvida por marius, e sua principal característica é "Staffprano Demo Assistant".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SDA

Baixe arquivos de extensão SDA no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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).                    

Informações Básicas da Extensão

Nome SDA SDA
ID ijhgageecgdiapkpembapmlgbnbigeop
URL Oficial https://chromewebstore.google.com/detail/sda/ijhgageecgdiapkpembapmlgbnbigeop
Descrição Staffprano Demo Assistant
Tamanho do Arquivo 30.18 KB
Contagem de Instalações 70
Versão Atual 0.8.0.6
Última Atualização 2022-10-19
Data de Publicação 2021-01-25
Desenvolvedor marius
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://staffbase.com
URL da Página de Ajuda https://staffbase.com
Idiomas Suportados 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
}