SmartAdvocate Form Filler
SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.
What is SmartAdvocate Form Filler?
SmartAdvocate Form Filler is a Chrome extension developed by https://smartadvocate.com, and its main feature is "SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.".
Extension Screenshots
Download SmartAdvocate Form Filler Extension CRX File
Download SmartAdvocate Form Filler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | SmartAdvocate Form Filler |
ID | ngblghimofjafnfhoieeldigagcglmko |
Official URL | https://chromewebstore.google.com/detail/smartadvocate-form-filler/ngblghimofjafnfhoieeldigagcglmko |
Description | SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate. |
File Size | 61.2 KB |
Installation Count | 142 |
Current Version | 1.2 |
Last Updated | 2024-02-29 |
Publish Date | 2021-01-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://smartadvocate.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.smartadvocate.com/ |
Help Page URL | https://www.smartadvocate.com/support/ |
Privacy Policy Page URL | https://www.smartadvocate.com/privacy-policy |
Supported Languages | 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'" } } |