Toggle It ! - By OyeCode
Click to Toggle Developer Mode in VisualForce.
Vad är Toggle It ! - By OyeCode?
Toggle It ! - By OyeCode är en Chrome-tillägg utvecklad av https://www.oyecode.com, och dess huvudfunktion är "Click to Toggle Developer Mode in VisualForce.".
Tilläggsskärmbilder
Ladda ner Toggle It ! - By OyeCode-förlängningens CRX-fil
Ladda ner Toggle It ! - By OyeCode-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
To debug javascript on visualforce page in Salesforce.com, quite often user have to turn off 'Development Mode' on and off. This application will let you toggle on/off in one click in and no time and makes life easy for your debug JavaScript on pages. The objective is to make life easy for developer and make a handy tool Grundläggande Information om Tillägg
| Namn | |
| ID | cjpcmpioceijmelkgknddeiljogoakbl |
| Officiell webbadress | https://chromewebstore.google.com/detail/toggle-it-by-oyecode/cjpcmpioceijmelkgknddeiljogoakbl |
| Beskrivning | Click to Toggle Developer Mode in VisualForce. |
| Filstorlek | 8.33 KB |
| Antal Installationer | 110 |
| Aktuell Version | 3.0 |
| Senast Uppdaterad | 2014-02-13 |
| Publiceringsdatum | 2014-02-12 |
| Betyg | 4.33/5 Totalt 3 Betyg |
| Utvecklare | https://www.oyecode.com |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.oyecode.com |
| Stödda Språk | en |
| manifest.json | |
{
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "upabove48.png"
},
"description": "Click to Toggle Developer Mode in VisualForce.",
"manifest_version": 2,
"name": "Toggle It ! - By OyeCode",
"shortname": "Toggle Salesforce DevMode",
"permissions": [
"https:\/\/*.force.com\/",
"activeTab"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "3.0"
} | |