SmartAdvocate Form Filler

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

Was ist SmartAdvocate Form Filler?

SmartAdvocate Form Filler ist eine Chrome-Erweiterung, die von https://smartadvocate.com entwickelt wurde, und ihr Hauptmerkmal ist "SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.".

Erweiterungsscreenshots

screenshot

SmartAdvocate Form Filler-Erweiterungs-CRX-Datei herunterladen

Laden Sie SmartAdvocate Form Filler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SmartAdvocate Form Filler SmartAdvocate Form Filler
ID ngblghimofjafnfhoieeldigagcglmko
Offizielle URL https://chromewebstore.google.com/detail/smartadvocate-form-filler/ngblghimofjafnfhoieeldigagcglmko
Beschreibung SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.
Dateigröße 61.2 KB
Installationsanzahl 142
Aktuelle Version 1.2
Letztes Update 2024-02-29
Veröffentlichungsdatum 2021-01-22
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://smartadvocate.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.smartadvocate.com/
Hilfeseite URL https://www.smartadvocate.com/support/
URL der Datenschutzrichtlinien-Seite https://www.smartadvocate.com/privacy-policy
Unterstützte Sprachen 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'"
    }
}