Salesforce Case Number Insert
Inserts Case ID
What is Salesforce Case Number Insert?
Salesforce Case Number Insert is a Chrome extension developed by tinyBIGideas, and its main feature is "Inserts Case ID".
Extension Screenshots
Download Salesforce Case Number Insert Extension CRX File
Download Salesforce Case Number Insert extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Salesforce Case Number Insert |
ID | ajndbhaapjimcbdldemkhfpdichakmlo |
Official URL | https://chromewebstore.google.com/detail/salesforce-case-number-in/ajndbhaapjimcbdldemkhfpdichakmlo |
Description | Inserts Case ID |
File Size | 41.08 KB |
Installation Count | 21 |
Current Version | 0.2 |
Last Updated | 2013-02-27 |
Publish Date | 2013-02-27 |
Rating | 3.00/5 Total 1 Ratings |
Developer | tinyBIGideas |
[email protected] | |
Payment Type | free |
Extension Website | http://adi.do |
Supported Languages | 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 } |