Laserfiche Web Access Extension
This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration
Что такое Laserfiche Web Access Extension?
Laserfiche Web Access Extension - это расширение Chrome, разработанное Laserfiche Web Access, и его основная функция - "This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration".
Снимки экрана расширения
Скачать файл CRX расширения Laserfiche Web Access Extension
Скачайте файлы расширений Laserfiche Web Access Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This Chrome extension lets Laserfiche Web Access detect if any of its plugins have been installed, like Laserfiche Scanning or Office Integration, and supports expanded Office Integration features. You must be using Web Access for this to offer any functionality.
Основная информация о расширении
Название | |
ID | hahgfnifdgeglafkjpbidmnfnbcmdicf |
Официальный URL | https://chromewebstore.google.com/detail/laserfiche-web-access-ext/hahgfnifdgeglafkjpbidmnfnbcmdicf |
Описание | This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration |
Размер файла | 4.29 KB |
Количество установок | 341,112 |
Текущая Версия | 1.4 |
Последнее Обновление | 2022-06-30 |
Дата публикации | 2016-09-12 |
Рейтинг | 3.40/5 Всего 5 оценок |
Разработчик | Laserfiche Web Access |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.laserfiche.com |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Laserfiche Web Access Extension", "description": "This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration", "version": "1.4", "permissions": [ "nativeMessaging", "tabs" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ] } |