SFDC Console
Just opens the Developer Console in new Tab
Hvad er SFDC Console?
SFDC Console er en Chrome-udvidelse udviklet af Kamal Thakur, og dens hovedfunktion er "Just opens the Developer Console in new Tab".
Udvidelsesskærmbilleder
Download SFDC Console-udvidelses-CRX-fil
Download SFDC Console-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | SFDC Console |
ID | eeeeobhnlbmdckdncgflimpaianinamf |
Officiel URL | https://chromewebstore.google.com/detail/sfdc-console/eeeeobhnlbmdckdncgflimpaianinamf |
Beskrivelse | Just opens the Developer Console in new Tab |
Filstørrelse | 16.47 KB |
Antal Installationer | 198 |
Nuværende Version | 1 |
Senest Opdateret | 2019-06-09 |
Udgivelsesdato | 2019-06-09 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | Kamal Thakur |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |