SFDC Console

Just opens the Developer Console in new Tab

Vad är SFDC Console?

SFDC Console är en Chrome-tillägg utvecklad av Kamal Thakur, och dess huvudfunktion är "Just opens the Developer Console in new Tab".

Tilläggsskärmbilder

screenshot

Ladda ner SFDC Console-förlängningens CRX-fil

Ladda ner SFDC Console-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

                        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äggande Information om Tillägg

Namn SFDC Console SFDC Console
ID eeeeobhnlbmdckdncgflimpaianinamf
Officiell webbadress https://chromewebstore.google.com/detail/sfdc-console/eeeeobhnlbmdckdncgflimpaianinamf
Beskrivning Just opens the Developer Console in new Tab
Filstorlek 16.47 KB
Antal Installationer 198
Aktuell Version 1
Senast Uppdaterad 2019-06-09
Publiceringsdatum 2019-06-09
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare Kamal Thakur
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}