SmartAdvocate Form Filler
SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.
Qu'est-ce que SmartAdvocate Form Filler ?
SmartAdvocate Form Filler est une extension Chrome développée par https://smartadvocate.com, et sa fonction principale est "SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SmartAdvocate Form Filler
Téléchargez les fichiers d'extension SmartAdvocate Form Filler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | SmartAdvocate Form Filler |
ID | ngblghimofjafnfhoieeldigagcglmko |
URL Officiel | https://chromewebstore.google.com/detail/smartadvocate-form-filler/ngblghimofjafnfhoieeldigagcglmko |
Description | SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate. |
Taille du Fichier | 61.2 KB |
Nombre d'Installations | 142 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2024-02-29 |
Date de Publication | 2021-01-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://smartadvocate.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.smartadvocate.com/ |
URL de la Page d'Aide | https://www.smartadvocate.com/support/ |
URL de la Page de Politique de Confidentialité | https://www.smartadvocate.com/privacy-policy |
Langues Prises en Charge | 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'" } } |