SmartAdvocate Form Filler
SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.
Hvad er SmartAdvocate Form Filler?
SmartAdvocate Form Filler er en Chrome-udvidelse udviklet af https://smartadvocate.com, og dens hovedfunktion er "SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.".
Udvidelsesskærmbilleder
Download SmartAdvocate Form Filler-udvidelses-CRX-fil
Download SmartAdvocate Form Filler-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | SmartAdvocate Form Filler |
ID | ngblghimofjafnfhoieeldigagcglmko |
Officiel URL | https://chromewebstore.google.com/detail/smartadvocate-form-filler/ngblghimofjafnfhoieeldigagcglmko |
Beskrivelse | SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate. |
Filstørrelse | 61.2 KB |
Antal Installationer | 142 |
Nuværende Version | 1.2 |
Senest Opdateret | 2024-02-29 |
Udgivelsesdato | 2021-01-22 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://smartadvocate.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.smartadvocate.com/ |
Hjælpeside-URL | https://www.smartadvocate.com/support/ |
URL til Fortrolighedspolitik Side | https://www.smartadvocate.com/privacy-policy |
Understøttede Sprog | 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'" } } |