Salesforce UI Improver
This extension makes Salesforce User Interface better!
Salesforce UI Improverとは何ですか?
Salesforce UI Improverはhttps://sfuiimprover.comによって開発されたChromeの拡張機能で、その主な機能は「This extension makes Salesforce User Interface better!」です。
拡張機能のスクリーンショット
Salesforce UI Improver拡張機能のCRXファイルをダウンロード
Salesforce UI Improver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension makes Salesforce User Interface better! Changes in the latest version 0.5.1: * All features works quicker! * Move little bit up underscore symbol "_" in links * Bug with incorrect Fields API Names order fixed * Added link to details page for standard fields on Field API Name tip Features in previous versions: * Link "Show 1000 records per page" on pages with pagination * Show rows numeration in tables * Check all checkboxes in one click * Show Field API Names on page layouts
拡張機能の基本情報
名前 | Salesforce UI Improver |
ID | cfihjphppakcdhnkbnjboipgblbjapha |
公式URL | https://chromewebstore.google.com/detail/salesforce-ui-improver/cfihjphppakcdhnkbnjboipgblbjapha |
説明 | This extension makes Salesforce User Interface better! |
ファイルサイズ | 532 KB |
インストール数 | 1,021 |
現在のバージョン | 1.5.1 |
最終更新日 | 2018-09-28 |
公開日 | 2018-09-28 |
評価 | 4.33/5 合計 6 レビュー |
開発者 | https://sfuiimprover.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://sfuiimprover.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Salesforce UI Improver", "description": "This extension makes Salesforce User Interface better!", "version": "1.5.1", "options_ui": { "page": "html\/popup.html", "chrome_style": true }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/*" ], "css": [ "css\/scripts.css" ], "js": [ "js\/jquery-2.2.4.min.js", "js\/scripts.js", "js\/script-manager.js" ], "run_at": "document_start" } ], "permissions": [ "https:\/\/*.salesforce.com\/*", "storage" ], "web_accessible_resources": [ "fonts\/*" ] } |