Salesforce Case Number Insert
Inserts Case ID
Что такое Salesforce Case Number Insert?
Salesforce Case Number Insert - это расширение Chrome, разработанное tinyBIGideas, и его основная функция - "Inserts Case ID".
Снимки экрана расширения
Скачать файл 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.                     Основная информация о расширении
| Название |   |  
| 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
}  |  |