Fugo Dashboard Recorder
A Chrome extension for recording dashboards in Fugo CMS
Fugo Dashboard Recorder là gì?
Fugo Dashboard Recorder là một tiện ích mở rộng Chrome được phát triển bởi Fugo, và tính năng chính của nó là "A Chrome extension for recording dashboards in Fugo CMS".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Fugo Dashboard Recorder
Tải xuống các tệp mở rộng Fugo Dashboard Recorder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Record your data dashboards for playback on your Fugo Digital Signage player. Fugo’s dashboard recorder captures your steps as you click through your dashboards, allowing Fugo to render them for display on your digital signage screens - for easy and secure sharing among your teams, coworkers, employees & customers, wherever they’re watching.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Fugo Dashboard Recorder |
ID | mmlamgocainccfbiimbpidedlnengbda |
URL Chính Thức | https://chromewebstore.google.com/detail/fugo-dashboard-recorder/mmlamgocainccfbiimbpidedlnengbda |
Mô tả | A Chrome extension for recording dashboards in Fugo CMS |
Kích Thước Tệp | 1.23 MB |
Số Lần Cài Đặt | 282 |
Phiên Bản Hiện Tại | 1.24.0 |
Cập Nhật Lần Cuối | 2024-02-27 |
Ngày Phát Hành | 2021-10-19 |
Nhà Phát Triển | Fugo |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://fugo.ai/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fugo Dashboard Recorder", "version": "1.24.0", "manifest_version": 2, "description": "A Chrome extension for recording dashboards in Fugo CMS", "default_locale": "en", "permissions": [ "storage", "webNavigation", "webRequest", "cookies", "tabs", "http:\/\/localhost:3000\/*", "*:\/\/*\/" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/fugo.ai\/*", "*:\/\/www.fugo.ai\/*", "*:\/\/fugo-app.netlify.app\/*", "*:\/\/*.netlify.app\/*" ] }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_security_policy": "script-src 'self' ; object-src 'self'", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_title": "__MSG_extName__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "options_ui": { "page": "options.html", "browser_style": true, "open_in_tab": true }, "web_accessible_resources": [ "js\/*.js", "js\/*.map", "icons\/dark\/play.svg", "icons\/light\/play.svg", "icons\/dark\/pause.svg", "icons\/light\/pause.svg", "icons\/dark\/screen.svg", "icons\/light\/screen.svg", "icons\/dark\/clip.svg", "icons\/light\/clip.svg", "icons\/dark\/sync.svg", "icons\/light\/sync.svg", "icons\/dark\/duplicate.svg", "icons\/light\/duplicate.svg" ] } |