Salesforce Case Number Insert

Inserts Case ID

Salesforce Case Number Insertคืออะไร?

Salesforce Case Number Insert เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tinyBIGideas และคุณลักษณะหลักของมันคือ "Inserts Case ID"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce Case Number Insert

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
}