SFDC Console
Just opens the Developer Console in new Tab
Wat is SFDC Console?
SFDC Console is een Chrome-extensie ontwikkeld door Kamal Thakur, en de belangrijkste functie is "Just opens the Developer Console in new Tab".
Extensie Screenshots
Download het CRX-bestand van de extensie SFDC Console
Download SFDC Console-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
Open ups the Salesforce Developer Console in New Tab with just one click. It will only works on Salesforce.com websites and Force.com websites.
Basisinformatie over de Extensie
Naam | SFDC Console |
ID | eeeeobhnlbmdckdncgflimpaianinamf |
Officiële URL | https://chromewebstore.google.com/detail/sfdc-console/eeeeobhnlbmdckdncgflimpaianinamf |
Beschrijving | Just opens the Developer Console in new Tab |
Bestandsgrootte | 16.47 KB |
Aantal Installaties | 198 |
Huidige Versie | 1 |
Laatst Bijgewerkt | 2019-06-09 |
Publicatiedatum | 2019-06-09 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Kamal Thakur |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SFDC Console", "version": "1", "description": "Just opens the Developer Console in new Tab", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "https:\/\/*.force.com\/*", "https:\/\/*.salesforce.com\/*" ], "manifest_version": 2 } |