Salesforce coffin dance splash screen
Replace salesforce custom splash screen for a nicer one
What is Salesforce coffin dance splash screen?
Salesforce coffin dance splash screen is a Chrome extension developed by maximetinu, and its main feature is "Replace salesforce custom splash screen for a nicer one".
Extension Screenshots
Download Salesforce coffin dance splash screen Extension CRX File
Download Salesforce coffin dance splash screen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Replaces salesforce splash screen for a coffin dance gif Extension Basic Information
| Name | |
| ID | fhgkjlcaeifhhocobmgcfnkldnnolhnh |
| Official URL | https://chrome.google.com/webstore/detail/salesforce-coffin-dance-s/fhgkjlcaeifhhocobmgcfnkldnnolhnh |
| Description | Replace salesforce custom splash screen for a nicer one |
| File Size | 14.73 KB |
| Installation Count | 26 |
| Current Version | 0.1 |
| Last Updated | 2020-05-27 |
| Publish Date | 2020-05-26 |
| Developer | maximetinu |
| Payment Type | free |
| Extension Website | https://github.com/Maximetinu/coffin-dance-salesforce-splash-screen |
| Help Page URL | https://github.com/Maximetinu/ |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Salesforce coffin dance splash screen",
"version": "0.1",
"description": "Replace salesforce custom splash screen for a nicer one",
"manifest_version": 2,
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"https:\/\/*.lightning.force.com\/*"
],
"all_frames": true,
"js": [
"assets\/js\/contentScript.js"
]
}
],
"icons": {
"16": "assets\/images\/icon16.png",
"32": "assets\/images\/icon32.png",
"48": "assets\/images\/icon48.png",
"128": "assets\/images\/icon128.png"
}
} | |