Salesforce Utility
Utility tools for Salesforce
Wat is Salesforce Utility?
Salesforce Utility is een Chrome-extensie ontwikkeld door Matthew, en de belangrijkste functie is "Utility tools for Salesforce".
Download het CRX-bestand van de extensie Salesforce Utility
Download Salesforce Utility-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Current features:
v2.3.1
- Check all and uncheck all Read Only/Edit/Enabled in Permission Sets
v2.3
- Check all and uncheck all Read Only/Edit in Field Level Security in Profiles
v2.2.3
- View all APEX classes at once
- View all triggers at once
- View all VisualForce Pages at once
- Increase APEX Class coding height
- Static warning bar at top of page in production environment Basisinformatie over de Extensie
| Naam | |
| ID | dlfabakdfnfmndnnmnmkebjhoaenkimp |
| Officiële URL | https://chromewebstore.google.com/detail/salesforce-utility/dlfabakdfnfmndnnmnmkebjhoaenkimp |
| Beschrijving | Utility tools for Salesforce |
| Bestandsgrootte | 89.7 KB |
| Aantal Installaties | 119 |
| Huidige Versie | 2.3.4 |
| Laatst Bijgewerkt | 2017-01-03 |
| Publicatiedatum | 2017-01-03 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Matthew |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Salesforce Utility",
"description": "Utility tools for Salesforce",
"version": "2.3.4",
"permissions": [
"webRequest",
"https:\/\/*.salesforce.com\/*",
"http:\/\/*.salesforce.com\/*"
],
"icons": {
"16": "logo.jpg",
"48": "logo.jpg",
"128": "logo.jpg"
},
"page_action": {
"default_icon": "logo.jpg"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.salesforce.com\/*",
"http:\/\/*.salesforce.com\/*"
],
"js": [
"jquery\/jquery.js",
"content-script.js"
]
}
]
} | |