Org Header for Salesforce®
Quickly distinguish which sandbox you're working in by setting up a distinctive header for each.
Org Header for Salesforce®とは何ですか?
Org Header for Salesforce®はAndrew Trautmannによって開発されたChromeの拡張機能で、その主な機能は「Quickly distinguish which sandbox you're working in by setting up a distinctive header for each.」です。
拡張機能のスクリーンショット
Org Header for Salesforce®拡張機能のCRXファイルをダウンロード
Org Header for Salesforce®拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When you're working with multiple sandboxes, it can be easy to lose track of which one you're in. Avoid making changes in the wrong sandbox by configuring adding a distinctive custom header to each sandbox you work with regularly using Org Header for Salesforce® NEW IN VERSION 1.0.1: Lightning Experience support! Note: Currently, this extension only works for orgs that have configured the My Domain feature in Salesforce. For information in this feature, please see https://help.salesforce.com/HTViewHelpDoc?id=domain_name_overview.htm. Salesforce is a trademark of Salesforce.com, inc. This extension is not sponsored or endorsed by Salesforce.com.
拡張機能の基本情報
名前 | Org Header for Salesforce® |
ID | bhnfbnhpmnfacebccnjjoeecgmnbhjam |
公式URL | https://chromewebstore.google.com/detail/org-header-for-salesforce/bhnfbnhpmnfacebccnjjoeecgmnbhjam |
説明 | Quickly distinguish which sandbox you're working in by setting up a distinctive header for each. |
ファイルサイズ | 14.58 KB |
インストール数 | 4,213 |
現在のバージョン | 1.0.1 |
最終更新日 | 2018-05-29 |
公開日 | 2018-05-29 |
評価 | 4.93/5 合計 14 レビュー |
開発者 | Andrew Trautmann |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Org Header for Salesforce\u00ae", "short_name": "Org Header", "description": "Quickly distinguish which sandbox you're working in by setting up a distinctive header for each.", "version": "1.0.1", "author": "Ben Burwell", "icons": { "16": "icon-sm-16.png", "32": "icon-sm-32.png", "48": "icon-md-48.png", "128": "icon-lg-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.salesforce.com\/*", "*:\/\/*.visual.force.com\/*", "*:\/\/*.lightning.force.com\/*" ], "js": [ "content.js" ], "all_frames": false, "run_at": "document_start" } ], "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "storage", "https:\/\/*.salesforce.com\/" ] } |