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 هو إضافة Chrome تم تطويرها بواسطة ostrowskibartosz.pl، والميزة الرئيسية لها هي "New functionalities in Standard Report Column Attributes: drag&drop, move to top/bottom, paste from sheet, replace column values.".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة APEX Enhanced Column Attributes

قم بتنزيل ملفات الامتداد APEX Enhanced Column Attributes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
            ]
        }
    ]
}