Salesforce Case Number Insert

Inserts Case ID

Salesforce Case Number Insert क्या है?

Salesforce Case Number Insert tinyBIGideas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Inserts Case ID"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Salesforce Case Number Insert एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}