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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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'"
    }
}