Fugo Dashboard Recorder
A Chrome extension for recording dashboards in Fugo CMS
Fugo Dashboard Recorder क्या है?
Fugo Dashboard Recorder Fugo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension for recording dashboards in Fugo CMS"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fugo Dashboard Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Fugo Dashboard Recorder |
ID | mmlamgocainccfbiimbpidedlnengbda |
आधिकारिक URL | https://chromewebstore.google.com/detail/fugo-dashboard-recorder/mmlamgocainccfbiimbpidedlnengbda |
विवरण | A Chrome extension for recording dashboards in Fugo CMS |
फ़ाइल का आकार | 1.23 MB |
स्थापना संख्या | 282 |
वर्तमान संस्करण | 1.24.0 |
अंतिम अपडेट | 2024-02-27 |
प्रकाशन तिथि | 2021-10-19 |
डेवलपर | Fugo |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://fugo.ai/privacy-policy |
समर्थित भाषाएँ | 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" ] } |