SmartAdvocate Form Filler
SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.
SmartAdvocate Form Filler là gì?
SmartAdvocate Form Filler 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à "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
Tải xuống tệp CRX của tiện ích mở rộng SmartAdvocate Form Filler
Tải xuống các tệp mở rộng SmartAdvocate Form Filler 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SmartAdvocate Form Filler |
ID | ngblghimofjafnfhoieeldigagcglmko |
URL Chính Thức | https://chromewebstore.google.com/detail/smartadvocate-form-filler/ngblghimofjafnfhoieeldigagcglmko |
Mô tả | SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate. |
Kích Thước Tệp | 61.2 KB |
Số Lần Cài Đặt | 142 |
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-22 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://smartadvocate.com |
[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", "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'" } } |