SANGAM : Enhance Salesforce Developer Console
Beautify Salesforce Developer Console
Co je SANGAM : Enhance Salesforce Developer Console?
SANGAM : Enhance Salesforce Developer Console je rozšíření Chrome vyvinuté Triangle™, a jeho hlavní funkcí je „Beautify Salesforce Developer Console“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření SANGAM : Enhance Salesforce Developer Console
Stáhněte si soubory rozšíření SANGAM : Enhance Salesforce Developer Console ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
*** SANGAM: Enhance Salesforce Developer Console *** Light background themes Dark background themes Gray background themes easily swap themes Color schema for matching brackets, comments, keywords, variable, line number and methods.
Základní Informace o Rozšíření
Název | SANGAM : Enhance Salesforce Developer Console |
ID | kgacbagondehhgalonakppblcmhelbjg |
Oficiální URL | https://chromewebstore.google.com/detail/sangam-enhance-salesforce/kgacbagondehhgalonakppblcmhelbjg |
Popis | Beautify Salesforce Developer Console |
Velikost souboru | 2.51 MB |
Počet instalací | 82 |
Aktuální Verze | 0.0.3 |
Poslední Aktualizace | 2017-01-03 |
Datum Vydání | 2017-01-02 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Triangle™ |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SANGAM : Enhance Salesforce Developer Console", "short_name": "Sangam", "description": "Beautify Salesforce Developer Console", "version": "0.0.3", "icons": { "16": "icons\/icon128.png", "24": "icons\/icon24.png", "48": "icons\/icon128.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon24.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/content.js" ], "matches": [ "https:\/\/*.salesforce.com\/*", "https:\/\/*.force.com\/*" ], "run_at": "document_start" } ], "options_page": "welcome\/index.html", "permissions": [ "storage" ] } |