Salesforce Case Number Insert
Inserts Case ID
Salesforce Case Number Insertとは何ですか?
Salesforce Case Number InsertはtinyBIGideasによって開発されたChromeの拡張機能で、その主な機能は「Inserts Case ID」です。
拡張機能のスクリーンショット
Salesforce Case Number Insert拡張機能のCRXファイルをダウンロード
Salesforce Case Number Insert拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension fixes an issue we found when writing emails within a case inside salesforce. This issue relates to the fact that there is no obvious way of automatically adding case numbers into the subject line. What you get instead is a very long and ugly “ref” number that follows the format [ref: :ref]. We believe this is not a very good experience for our clients and we decided to do something about it.
拡張機能の基本情報
名前 | Salesforce Case Number Insert |
ID | ajndbhaapjimcbdldemkhfpdichakmlo |
公式URL | https://chromewebstore.google.com/detail/salesforce-case-number-in/ajndbhaapjimcbdldemkhfpdichakmlo |
説明 | Inserts Case ID |
ファイルサイズ | 41.08 KB |
インストール数 | 21 |
現在のバージョン | 0.2 |
最終更新日 | 2013-02-27 |
公開日 | 2013-02-27 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | tinyBIGideas |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://adi.do |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "background": "background.html", "content_scripts": [ { "all_frames": false, "js": [ "js\/jquery.js", "js\/salesforce.js" ], "matches": [ "http:\/\/*.salesforce.com\/*", "https:\/\/*.salesforce.com\/*" ], "run_at": "document_end" } ], "description": "Inserts Case ID", "icons": { "128": "\/images\/icon128.png", "16": "\/images\/icon16.png", "48": "\/images\/icon48.png" }, "name": "Salesforce Case Number Insert", "permissions": [ "http:\/\/*.salesforce.com\/*", "https:\/\/*.salesforce.com\/*" ], "version": "0.2", "manifest_version": 2 } |