SalesForce Id Lookup
This extension will Take a SalesForce Id and open up the actual record in SalesForce
SalesForce Id Lookupとは何ですか?
SalesForce Id Lookupはhttps://moshekarmel.comによって開発されたChromeの拡張機能で、その主な機能は「This extension will Take a SalesForce Id and open up the actual record in SalesForce」です。
拡張機能のスクリーンショット
SalesForce Id Lookup拡張機能のCRXファイルをダウンロード
SalesForce Id Lookup拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enter a Salesforce Id into the textbox and it will open the record in Salesforce. You can enter your Org Instance on the options page. Defaults are Production => "na13" and Testing => "cs16".
拡張機能の基本情報
名前 | SalesForce Id Lookup |
ID | enkbgagpjeooofnjhijhoedoghfleipp |
公式URL | https://chromewebstore.google.com/detail/salesforce-id-lookup/enkbgagpjeooofnjhijhoedoghfleipp |
説明 | This extension will Take a SalesForce Id and open up the actual record in SalesForce |
ファイルサイズ | 7.81 KB |
インストール数 | 395 |
現在のバージョン | 1.3 |
最終更新日 | 2015-06-05 |
公開日 | 2015-06-05 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | https://moshekarmel.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SalesForce Id Lookup", "description": "This extension will Take a SalesForce Id and open up the actual record in SalesForce", "version": "1.3", "browser_action": { "default_icon": "cloud_icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [] } |