SFDC Console

Just opens the Developer Console in new Tab

Qu'est-ce que SFDC Console ?

SFDC Console est une extension Chrome développée par Kamal Thakur, et sa fonction principale est "Just opens the Developer Console in new Tab".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SFDC Console

Téléchargez les fichiers d'extension SFDC Console au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SFDC Console SFDC Console
ID eeeeobhnlbmdckdncgflimpaianinamf
URL Officiel https://chromewebstore.google.com/detail/sfdc-console/eeeeobhnlbmdckdncgflimpaianinamf
Description Just opens the Developer Console in new Tab
Taille du Fichier 16.47 KB
Nombre d'Installations 198
Version Actuelle 1
Dernière Mise à Jour 2019-06-09
Date de Publication 2019-06-09
Évaluation 5.00/5 Total 5 Évaluations
Développeur Kamal Thakur
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}