SmartAdvocate Form Filler Administrator

Admin part of SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.

什麼是SmartAdvocate Form Filler Administrator?

SmartAdvocate Form Filler Administrator是由https://smartadvocate.com開發的Chrome擴展程式,該擴展的主要功能是“Admin part of SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.”。

擴展截圖

screenshot

下載SmartAdvocate Form Filler Administrator擴展crx文件

下載SmartAdvocate Form Filler Administrator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Admin part of SmartAdvocate Chrome extension that allows SmartAdvocate users to fill out web forms with data from SmartAdvocate cases. If you are an admin in SmartAdvocate you can use this extension to save the web form fields to SmartAdvocate. After that you will be able to configure the rules to fill this for out using merge codes (similar to configuring PDF form templates).                    

擴展基本資訊

名稱 SmartAdvocate Form Filler Administrator SmartAdvocate Form Filler Administrator
ID flekibaipemonnojnpgfckbbbhbnnigo
官方網址 https://chromewebstore.google.com/detail/smartadvocate-form-filler/flekibaipemonnojnpgfckbbbhbnnigo
簡介 Admin part of SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.
檔案大小 60.68 KB
安裝次數 122
目前版本 1.2
更新時間 2024-02-29
上架時間 2021-01-21
開發者 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 Administrator",
    "version": "1.2",
    "description": "Admin part of 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 Administrator",
        "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'"
    }
}