SmartAdvocate Form Filler Administrator
Admin part of SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.
SmartAdvocate Form Filler Administrator क्या है?
SmartAdvocate Form Filler Administrator https://smartadvocate.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Admin part of SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SmartAdvocate Form Filler Administrator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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).
एक्सटेंशन की मूल जानकारी
नाम | SmartAdvocate Form Filler Administrator |
ID | flekibaipemonnojnpgfckbbbhbnnigo |
आधिकारिक URL | https://chromewebstore.google.com/detail/smartadvocate-form-filler/flekibaipemonnojnpgfckbbbhbnnigo |
विवरण | Admin part of SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate. |
फ़ाइल का आकार | 60.68 KB |
स्थापना संख्या | 122 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2024-02-29 |
प्रकाशन तिथि | 2021-01-21 |
डेवलपर | https://smartadvocate.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.smartadvocate.com/ |
सहायता पृष्ठ URL | https://www.smartadvocate.com/support/ |
गोपनीयता नीति पृष्ठ URL | https://www.smartadvocate.com/privacy-policy |
समर्थित भाषाएँ | 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'" } } |