SFDC Console

Just opens the Developer Console in new Tab

Apa itu SFDC Console?

SFDC Console adalah ekstensi Chrome yang dikembangkan oleh Kamal Thakur, dan fitur utamanya adalah "Just opens the Developer Console in new Tab".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SFDC Console

Unduh file ekstensi SFDC Console dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SFDC Console SFDC Console
ID eeeeobhnlbmdckdncgflimpaianinamf
URL Resmi https://chromewebstore.google.com/detail/sfdc-console/eeeeobhnlbmdckdncgflimpaianinamf
Deskripsi Just opens the Developer Console in new Tab
Ukuran File 16.47 KB
Jumlah Instalasi 198
Versi Saat Ini 1
Terakhir Diperbarui 2019-06-09
Tanggal Publikasi 2019-06-09
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Kamal Thakur
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}