SDA
Staffprano Demo Assistant
SDAคืออะไร?
SDA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย marius และคุณลักษณะหลักของมันคือ "Staffprano Demo Assistant"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SDA
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } |