SmartAdvocate Form Filler Administrator
Admin part of SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.
Co je SmartAdvocate Form Filler Administrator?
SmartAdvocate Form Filler Administrator je rozšíření Chrome vyvinuté https://smartadvocate.com, a jeho hlavní funkcí je „Admin part of SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření SmartAdvocate Form Filler Administrator
Stáhněte si soubory rozšíření SmartAdvocate Form Filler Administrator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Admin part of SmartAdvocate Chrome extension that allows SmartAdvocate users to fill out web forms with data from SmartAdvocate cases. If you are an admin in SmartAdvocate you can use this extension to save the web form fields to SmartAdvocate. After that you will be able to configure the rules to fill this for out using merge codes (similar to configuring PDF form templates).
Základní Informace o Rozšíření
Název | SmartAdvocate Form Filler Administrator |
ID | flekibaipemonnojnpgfckbbbhbnnigo |
Oficiální URL | https://chromewebstore.google.com/detail/smartadvocate-form-filler/flekibaipemonnojnpgfckbbbhbnnigo |
Popis | Admin part of SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate. |
Velikost souboru | 60.68 KB |
Počet instalací | 122 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2024-02-29 |
Datum Vydání | 2021-01-21 |
Vývojář | https://smartadvocate.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.smartadvocate.com/ |
URL Stránky Nápovědy | https://www.smartadvocate.com/support/ |
URL Stránky Zásad Ochrany Soukromí | https://www.smartadvocate.com/privacy-policy |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SmartAdvocate Form Filler Administrator", "version": "1.2", "description": "Admin part of 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 Administrator", "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'" } } |