Salesforce Case Number Insert
Inserts Case ID
Cos'è Salesforce Case Number Insert?
Salesforce Case Number Insert è un'estensione di Chrome sviluppata da tinyBIGideas, e la sua funzione principale è "Inserts Case ID".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Salesforce Case Number Insert
Scarica i file di estensione Salesforce Case Number Insert in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ajndbhaapjimcbdldemkhfpdichakmlo |
| URL Ufficiale | https://chromewebstore.google.com/detail/salesforce-case-number-in/ajndbhaapjimcbdldemkhfpdichakmlo |
| Descrizione | Inserts Case ID |
| Dimensione del File | 41.08 KB |
| Conteggio Installazioni | 21 |
| Versione Corrente | 0.2 |
| Ultimo Aggiornamento | 2013-02-27 |
| Data di Pubblicazione | 2013-02-27 |
| Valutazione | 3.00/5 Totale 1 Valutazioni |
| Sviluppatore | tinyBIGideas |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://adi.do |
| Lingue Supportate | 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
} | |