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
Eメール [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'"
    }
}