SDA
Staffprano Demo Assistant
什麼是SDA?
SDA是由marius開發的Chrome擴展程式,該擴展的主要功能是“Staffprano Demo Assistant”。
擴展截圖
下載SDA擴展crx文件
下載SDA擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | ijhgageecgdiapkpembapmlgbnbigeop |
官方網址 | 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 } |