SmartAdvocate Form Filler

SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.

SmartAdvocate Form Filler क्या है?

SmartAdvocate Form Filler https://smartadvocate.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SmartAdvocate Form Filler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम SmartAdvocate Form Filler SmartAdvocate Form Filler
ID ngblghimofjafnfhoieeldigagcglmko
आधिकारिक URL https://chromewebstore.google.com/detail/smartadvocate-form-filler/ngblghimofjafnfhoieeldigagcglmko
विवरण SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.
फ़ाइल का आकार 61.2 KB
स्थापना संख्या 142
वर्तमान संस्करण 1.2
अंतिम अपडेट 2024-02-29
प्रकाशन तिथि 2021-01-22
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर 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",
    "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'"
    }
}