FormPiper

FormPiper is an automated form filler

FormPiper क्या है?

FormPiper https://formpiper.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "FormPiper is an automated form filler"।

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

screenshot

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

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

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

                        FormPiper is an automatic form filler that takes input from a customer's submitted form and processes it into any number of websites, saving the business time and making the process of filling out paperwork easier.                    

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

नाम FormPiper FormPiper
ID mlbloghginhlikbhafaaajlhgbaaammb
आधिकारिक URL https://chromewebstore.google.com/detail/formpiper/mlbloghginhlikbhafaaajlhgbaaammb
विवरण FormPiper is an automated form filler
फ़ाइल का आकार 1.03 MB
स्थापना संख्या 3,132
वर्तमान संस्करण 5.2.3
अंतिम अपडेट 2023-10-11
प्रकाशन तिथि 2020-06-18
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://formpiper.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://formpiper.com
सहायता पृष्ठ URL https://formpiper.com
गोपनीयता नीति पृष्ठ URL https://formpiper.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "FormPiper is an automated form filler",
    "version": "5.2.3",
    "manifest_version": 3,
    "name": "FormPiper",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "manifest.json"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "ids": [
            "pniikicchackaiaijkdahkgfgoppakho",
            "mlbloghginhlikbhafaaajlhgbaaammb",
            "mfhngonafoanflaafdcdlldhdamfneld",
            "ioaoociifcogmjkdnbhhmpdofjgemnap"
        ],
        "matches": [
            "*:\/\/*.formpiper-dev.com\/*",
            "*:\/\/*.formpiper.com\/*",
            "*:\/\/*.formpiper-demo.com\/*",
            "*:\/\/localhost\/*"
        ]
    }
}