APEX Enhanced Column Attributes

New functionalities in Standard Report Column Attributes: drag&drop, move to top/bottom, paste from sheet, replace column values.

APEX Enhanced Column Attributes란 무엇입니까?

APEX Enhanced Column Attributes은(는) ostrowskibartosz.pl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New functionalities in Standard Report Column Attributes: drag&drop, move to top/bottom, paste from sheet, replace column values."입니다.

확장 프로그램 스크린샷

APEX Enhanced Column Attributes 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Plugins extends APEX Standard Report - Column Attributes management. Extended features:

- Move column to the top / bottom
- Move column using drag & drop
- Replace all columns value via column header (double click on column header)
- Paste matrix of values from Excel spreadsheet (columns separated with \t and rows by \n)

More details in documentation: http://pretius.com/apex/APEX_Enhanced_Attributes.php                    

확장 프로그램 기본 정보

이름 APEX Enhanced Column Attributes APEX Enhanced Column Attributes
ID ggfkjemopafbajhobndhdoeboalpkbho
공식 URL https://chromewebstore.google.com/detail/apex-enhanced-column-attr/ggfkjemopafbajhobndhdoeboalpkbho
설명 New functionalities in Standard Report Column Attributes: drag&drop, move to top/bottom, paste from sheet, replace column values.
파일 크기 461 KB
설치 횟수 131
현재 버전 1.0
최근 업데이트 2014-07-01
출시 날짜 2014-07-01
평점 4.50/5 총 2 개의 평점
개발자 ostrowskibartosz.pl
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "APEX Enhanced Column Attributes",
    "author": "Bartosz 'dem' Ostrowski [email protected] http:\/\/www.ostrowskibartosz,pl for Pretius.com",
    "description": "New functionalities in Standard Report Column Attributes: drag&drop, move to top\/bottom, paste from sheet, replace column values.",
    "version": "1.0",
    "web_accessible_resources": [
        "img\/move.gif",
        "img\/move_bottom.gif",
        "img\/move_top.gif"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css",
                "\/bs\/css\/bootstrap.css"
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "jquery-ui-1.8.20.custom.min.js",
                "jquery-catchpaste-1.0.0.js",
                "jquery.caret.1.02.min.js",
                "\/bs\/js\/bootstrap.min.js",
                "functions.js",
                "ReplaceColumns.js",
                "sortableReport.js",
                "pasteFromExcel.js",
                "main.js"
            ]
        }
    ]
}