SmartAdvocate Form Filler

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

什么是SmartAdvocate Form Filler?

SmartAdvocate Form Filler是由https://smartadvocate.com开发的Chrome扩展程序,该扩展的主要功能是“SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.”。

扩展截图

screenshot

下载SmartAdvocate Form Filler扩展crx文件

下载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'"
    }
}