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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A great time-saver when testing or demonstrating SharePoint solutions. New or edit forms are filled with random context."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Form Filler for SharePoint 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 Form Filler for SharePoint Form Filler for SharePoint
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"
}