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 拡張機能の基本情報
| 名前 | |
| 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": [
" | |