Salesforce Case Number Insert

Inserts Case ID

Co je Salesforce Case Number Insert?

Salesforce Case Number Insert je rozšíření Chrome vyvinuté tinyBIGideas, a jeho hlavní funkcí je „Inserts Case ID“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Salesforce Case Number Insert

Stáhněte si soubory rozšíření Salesforce Case Number Insert ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Salesforce Case Number Insert Salesforce Case Number Insert
ID ajndbhaapjimcbdldemkhfpdichakmlo
Oficiální URL https://chromewebstore.google.com/detail/salesforce-case-number-in/ajndbhaapjimcbdldemkhfpdichakmlo
Popis Inserts Case ID
Velikost souboru 41.08 KB
Počet instalací 21
Aktuální Verze 0.2
Poslední Aktualizace 2013-02-27
Datum Vydání 2013-02-27
Hodnocení 3.00/5 Celkem 1 Hodnocení
Vývojář tinyBIGideas
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://adi.do
Podporované Jazyky 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
}