Selegic Switch to Classic
A tool for salesforce administrators and developers to help them switch to classic mode without any hassle in a single click
Apa itu Selegic Switch to Classic?
Selegic Switch to Classic adalah ekstensi Chrome yang dikembangkan oleh Selegic India Private Limited, dan fitur utamanya adalah "A tool for salesforce administrators and developers to help them switch to classic mode without any hassle in a single click".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Selegic Switch to Classic
Unduh file ekstensi Selegic Switch to Classic 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
An Accessibility tool for salesforce administrators, developers and users to help them switch to classic mode without any hassle. This is very similar to how switch to lightning works. The record detail page turns from lightning view mode to classic view mode in a single click.
Informasi Dasar Ekstensi
Nama | Selegic Switch to Classic |
ID | ellmmiehdcccalmmdfpoeeablbpnihac |
URL Resmi | https://chromewebstore.google.com/detail/selegic-switch-to-classic/ellmmiehdcccalmmdfpoeeablbpnihac |
Deskripsi | A tool for salesforce administrators and developers to help them switch to classic mode without any hassle in a single click |
Ukuran File | 1.65 MB |
Jumlah Instalasi | 88 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2022-03-24 |
Tanggal Publikasi | 2022-03-07 |
Penilaian | 4.40/5 Total 5 Penilaian |
Pengembang | Selegic India Private Limited |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Selegic Switch to Classic", "short_name": "Selegic Switch to Classic", "version": "1.1", "description": "A tool for salesforce administrators and developers to help them switch to classic mode without any hassle in a single click", "permissions": [ "tabs" ], "icons": { "256": "assets\/images\/button_128.png" }, "action": { "default_popup": "index.html?#\/popup", "default_title": "Selegic Switch to Classic" }, "content_scripts": [ { "js": [ "contentPage.js" ], "matches": [ "https:\/\/*.lightning.force.com\/*" ], "css": [ "styles.css" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/images\/button_128.png" ], "matches": [ " |