ScreenCloud Dashboard Recorder

Record your dashboards for playback on your ScreenCloud Player

Что такое ScreenCloud Dashboard Recorder?

ScreenCloud Dashboard Recorder - это расширение Chrome, разработанное ScreenCloud, и его основная функция - "Record your dashboards for playback on your ScreenCloud Player".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения ScreenCloud Dashboard Recorder

Скачайте файлы расширений ScreenCloud Dashboard Recorder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        ScreenCloud's Dashboard recorder allows you to point and click your way through your favourite sites and dashboards, recording the steps you take for later playback.   Once saved, share your sites or dashboards securely with your customers, employees or colleagues by displaying them on your digital signage or embedded channels.                    

Основная информация о расширении

Название ScreenCloud Dashboard Recorder ScreenCloud Dashboard Recorder
ID bcflkppbpplpfdjiklnkjejiefmcdjbf
Официальный URL https://chromewebstore.google.com/detail/screencloud-dashboard-rec/bcflkppbpplpfdjiklnkjejiefmcdjbf
Описание Record your dashboards for playback on your ScreenCloud Player
Размер файла 1.68 MB
Количество установок 1,508
Текущая Версия 1.13.9
Последнее Обновление 2023-05-30
Дата публикации 2020-11-20
Рейтинг 5.00/5 Всего 2 оценок
Разработчик ScreenCloud
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.screencloud.com/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ScreenCloud Dashboard Recorder",
    "icons": {
        "16": "icons\/icon_screencloud_16px.png",
        "48": "icons\/icon_screencloud_48px.png",
        "128": "icons\/icon_screencloud_128px.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "webNavigation",
        "declarativeNetRequest",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.13.9",
    "description": "Record your dashboards for playback on your ScreenCloud Player",
    "externally_connectable": {
        "matches": [
            "https:\/\/studio.eu.screencloud.com\/*",
            "https:\/\/studio.us.screencloud.com\/*",
            "https:\/\/studio.staging.eu.next.sc\/*",
            "https:\/\/studio.staging.us.next.sc\/*",
            "https:\/\/studio.edge.next.sc\/*"
        ]
    }
}