SmartAdvocate Form Filler
SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.
Wat is SmartAdvocate Form Filler?
SmartAdvocate Form Filler is een Chrome-extensie ontwikkeld door https://smartadvocate.com, en de belangrijkste functie is "SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.".
Extensie Screenshots
Download het CRX-bestand van de extensie SmartAdvocate Form Filler
Download SmartAdvocate Form Filler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | SmartAdvocate Form Filler |
ID | ngblghimofjafnfhoieeldigagcglmko |
Officiële URL | https://chromewebstore.google.com/detail/smartadvocate-form-filler/ngblghimofjafnfhoieeldigagcglmko |
Beschrijving | SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate. |
Bestandsgrootte | 61.2 KB |
Aantal Installaties | 142 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2024-02-29 |
Publicatiedatum | 2021-01-22 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://smartadvocate.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.smartadvocate.com/ |
Help Pagina-URL | https://www.smartadvocate.com/support/ |
URL van de Privacybeleid Pagina | https://www.smartadvocate.com/privacy-policy |
Ondersteunde Talen | 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'" } } |