SmartAdvocate Form Filler Administrator

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

SmartAdvocate Form Filler Administrator là gì?

SmartAdvocate Form Filler Administrator là một tiện ích mở rộng Chrome được phát triển bởi https://smartadvocate.com, và tính năng chính của nó là "Admin part of SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SmartAdvocate Form Filler Administrator

Tải xuống các tệp mở rộng SmartAdvocate Form Filler Administrator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SmartAdvocate Form Filler Administrator SmartAdvocate Form Filler Administrator
ID flekibaipemonnojnpgfckbbbhbnnigo
URL Chính Thức https://chromewebstore.google.com/detail/smartadvocate-form-filler/flekibaipemonnojnpgfckbbbhbnnigo
Mô tả Admin part of SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.
Kích Thước Tệp 60.68 KB
Số Lần Cài Đặt 122
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2024-02-29
Ngày Phát Hành 2021-01-21
Nhà Phát Triển https://smartadvocate.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.smartadvocate.com/
URL Trang Trợ Giúp https://www.smartadvocate.com/support/
URL Trang Chính Sách Bảo Mật https://www.smartadvocate.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}