Form Filler for SharePoint
A great time-saver when testing or demonstrating SharePoint solutions. New or edit forms are filled with random context.
Form Filler for SharePoint क्या है?
Form Filler for SharePoint Justas Černiauskas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A great time-saver when testing or demonstrating SharePoint solutions. New or edit forms are filled with random context."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Form Filler for SharePoint एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is a great time saver when testing or demonstrating SharePoint solutions. This extension will fill-up a Edit or New Form in SharePoint. Fields will be filled with random words, numbers or selections based on field type. Most field types are supported. How to use A new icon will show up in the address bar when you load a new or edit page from SharePoint. Click on the button to fill up the form. Compatibility Tested in SharePoint 2013 and SharePoint Online (classic experience). Known issues Lookup fields are not supported. Original idea and implementation by Half Scheidl.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ilibncgojbaeebmgaiodlhomfeplhmei |
आधिकारिक URL | https://chrome.google.com/webstore/detail/form-filler-for-sharepoin/ilibncgojbaeebmgaiodlhomfeplhmei |
विवरण | A great time-saver when testing or demonstrating SharePoint solutions. New or edit forms are filled with random context. |
फ़ाइल का आकार | 302 KB |
स्थापना संख्या | 197 |
वर्तमान संस्करण | 2.0.2.0 |
अंतिम अपडेट | 2017-11-04 |
प्रकाशन तिथि | 2017-11-04 |
डेवलपर | Justas Černiauskas |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "2.0.2.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/form_16.png", "48": "images\/form_48.png", "128": "images\/form_128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "activeTab", "storage" ], "page_action": { "default_icon": { "16": "images\/form_16.png", "48": "images\/form_48.png" }, "default_title": "__MSG_appPageAction__" }, "web_accessible_resources": [ "scripts\/injectionscript.js", "scripts\/vendor\/jquery.min.js" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgUDU3vFfTAoMsmzVNAUaYlcrs4LP9i5f4AEi7T5OOwA3svSOqVuUTFU4opxiQ1ZFVHwZH5aLnHnTqPS6gyfles6eiSdE33gVNhkwaqmNEBacfjgZzhN3pgn1AgcHm8XY8mZ\/DFrKSVeymURNQFLTbUFDrC4bnfJzes\/lw57mB05IxYF3EEnrZ5JtR+cTpkyc+z\/gdbJBW6Z2vWqWbr7hoVeaPDn+fDwqLXKsi4yPsq+8CndRPBfbewSBoovUTZ+eb852CTWySRPgJkvMHUX9GaIHNXQFtJ7JZZ2XXaa1vsOiz23C+ymm0vf0\/KYYss3vIavADgKkufegr8PYsllHyQIDAQAB" } |