Salesforce Case Number Insert

Inserts Case ID

什麼是Salesforce Case Number Insert?

Salesforce Case Number Insert是由tinyBIGideas開發的Chrome擴展程式,該擴展的主要功能是“Inserts Case ID”。

擴展截圖

screenshot
screenshot

下載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 Salesforce Case Number Insert
ID ajndbhaapjimcbdldemkhfpdichakmlo
官方網址 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
}