SmartAdvocate Form Filler

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

Apa itu SmartAdvocate Form Filler?

SmartAdvocate Form Filler adalah ekstensi Chrome yang dikembangkan oleh https://smartadvocate.com, dan fitur utamanya adalah "SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SmartAdvocate Form Filler

Unduh file ekstensi SmartAdvocate Form Filler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SmartAdvocate Form Filler SmartAdvocate Form Filler
ID ngblghimofjafnfhoieeldigagcglmko
URL Resmi https://chromewebstore.google.com/detail/smartadvocate-form-filler/ngblghimofjafnfhoieeldigagcglmko
Deskripsi SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.
Ukuran File 61.2 KB
Jumlah Instalasi 142
Versi Saat Ini 1.2
Terakhir Diperbarui 2024-02-29
Tanggal Publikasi 2021-01-22
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://smartadvocate.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.smartadvocate.com/
URL Halaman Bantuan https://www.smartadvocate.com/support/
URL Halaman Kebijakan Privasi https://www.smartadvocate.com/privacy-policy
Bahasa yang Didukung 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'"
    }
}