SmartAdvocate Form Filler

SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.

Что такое SmartAdvocate Form Filler?

SmartAdvocate Form Filler - это расширение Chrome, разработанное https://smartadvocate.com, и его основная функция - "SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.".

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

screenshot

Скачать файл CRX расширения SmartAdvocate Form Filler

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

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

                        SmartAdvocate Chrome extension allows SmartAdvocate users to fill out web forms with data from SmartAdvocate cases. It works similar to PDF forms in SmartAdvocate. Note that in order for this extension to work with a specific web site your system administrators would need to create a template in SmartAdvocate first.                    

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

Название SmartAdvocate Form Filler SmartAdvocate Form Filler
ID ngblghimofjafnfhoieeldigagcglmko
Официальный URL https://chromewebstore.google.com/detail/smartadvocate-form-filler/ngblghimofjafnfhoieeldigagcglmko
Описание SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.
Размер файла 61.2 KB
Количество установок 142
Текущая Версия 1.2
Последнее Обновление 2024-02-29
Дата публикации 2021-01-22
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://smartadvocate.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.smartadvocate.com/
URL страницы помощи https://www.smartadvocate.com/support/
URL страницы политики конфиденциальности https://www.smartadvocate.com/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SmartAdvocate Form Filler",
    "version": "1.2",
    "description": "SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/icons\/16.png",
        "19": "images\/icons\/19.png",
        "38": "images\/icons\/38.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    },
    "action": {
        "default_title": "SmartAdvocate Form Filler",
        "default_icon": {
            "19": "images\/icons\/19.png",
            "38": "images\/icons\/38.png"
        },
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}