Salesforce Classic View (Lightning - Classic)
Redirects the current Salesforce Lightning page to the Classic version (automatically or manually).
Salesforce Classic View (Lightning - Classic) क्या है?
Salesforce Classic View (Lightning - Classic) Camden Smith द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirects the current Salesforce Lightning page to the Classic version (automatically or manually)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Salesforce Classic View (Lightning - Classic) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This will redirect your current Salesforce Lightning view to the Classic version of what you were viewing. For example, this will pull up your lead/contact/opportunity/dashboard/report etc. in Classic instead of just defaulting to the Classic homepage. Features: - Toggle button: after being toggled on, whenever a Salesforce Lightning page is encountered it will automatically be redirected to Salesforce Classic. - Switch to Classic button: click this button to switch to the Classic version of the current Lightning page.
एक्सटेंशन की मूल जानकारी
नाम | Salesforce Classic View (Lightning - Classic) |
ID | lmlapjpkgjofhbmnigehgfdekmlpcjfi |
आधिकारिक URL | https://chromewebstore.google.com/detail/salesforce-classic-view-l/lmlapjpkgjofhbmnigehgfdekmlpcjfi |
विवरण | Redirects the current Salesforce Lightning page to the Classic version (automatically or manually). |
फ़ाइल का आकार | 902 KB |
स्थापना संख्या | 104 |
वर्तमान संस्करण | 0.0.0.2 |
अंतिम अपडेट | 2022-05-19 |
प्रकाशन तिथि | 2022-04-29 |
रेटिंग | 5.00/5 कुल 10 रेटिंग्स |
डेवलपर | Camden Smith |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Salesforce Classic View (Lightning - Classic)", "version": "0.0.0.2", "description": "Redirects the current Salesforce Lightning page to the Classic version (automatically or manually).", "action": { "default_title": "Salesforce Classic View", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "icons": { "16": "images\/icon16x16.png", "32": "images\/icon32x32.png", "48": "images\/icon32x32.png", "128": "images\/icon128x128.png" }, "background": { "service_worker": "background.js" } } |