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 |
电子邮箱 | [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 } |