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文件

下載APEX Enhanced Column Attributes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}