Salesforce Case Number Insert
Inserts Case ID
Vad är Salesforce Case Number Insert?
Salesforce Case Number Insert är en Chrome-tillägg utvecklad av tinyBIGideas, och dess huvudfunktion är "Inserts Case ID".
Tilläggsskärmbilder
Ladda ner Salesforce Case Number Insert-förlängningens CRX-fil
Ladda ner Salesforce Case Number Insert-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | ajndbhaapjimcbdldemkhfpdichakmlo | 
| Officiell webbadress | https://chromewebstore.google.com/detail/salesforce-case-number-in/ajndbhaapjimcbdldemkhfpdichakmlo | 
| Beskrivning | Inserts Case ID | 
| Filstorlek | 41.08 KB | 
| Antal Installationer | 21 | 
| Aktuell Version | 0.2 | 
| Senast Uppdaterad | 2013-02-27 | 
| Publiceringsdatum | 2013-02-27 | 
| Betyg | 3.00/5 Totalt 1 Betyg | 
| Utvecklare | tinyBIGideas | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | http://adi.do | 
| Stödda Språk | 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
}  |  |