SmartAdvocate Form Filler

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

Co to jest SmartAdvocate Form Filler?

SmartAdvocate Form Filler to rozszerzenie Chrome opracowane przez https://smartadvocate.com, a jego główną funkcją jest „SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SmartAdvocate Form Filler

Pobierz pliki rozszerzeń SmartAdvocate Form Filler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa SmartAdvocate Form Filler SmartAdvocate Form Filler
ID ngblghimofjafnfhoieeldigagcglmko
Oficjalny URL https://chromewebstore.google.com/detail/smartadvocate-form-filler/ngblghimofjafnfhoieeldigagcglmko
Opis SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.
Rozmiar pliku 61.2 KB
Liczba instalacji 142
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2024-02-29
Data Publikacji 2021-01-22
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://smartadvocate.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.smartadvocate.com/
Adres URL Strony Pomocy https://www.smartadvocate.com/support/
Adres URL Strony Polityki Prywatności https://www.smartadvocate.com/privacy-policy
Obsługiwane Języki 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'"
    }
}