Salesforce coffin dance splash screen

Replace salesforce custom splash screen for a nicer one

Salesforce coffin dance splash screenとは何ですか?

Salesforce coffin dance splash screenはmaximetinuによって開発されたChromeの拡張機能で、その主な機能は「Replace salesforce custom splash screen for a nicer one」です。

拡張機能のスクリーンショット

screenshot

Salesforce coffin dance splash screen拡張機能のCRXファイルをダウンロード

Salesforce coffin dance splash screen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Replaces salesforce splash screen for a coffin dance gif                    

拡張機能の基本情報

名前 Salesforce coffin dance splash screen Salesforce coffin dance splash screen
ID fhgkjlcaeifhhocobmgcfnkldnnolhnh
公式URL https://chrome.google.com/webstore/detail/salesforce-coffin-dance-s/fhgkjlcaeifhhocobmgcfnkldnnolhnh
説明 Replace salesforce custom splash screen for a nicer one
ファイルサイズ 14.73 KB
インストール数 26
現在のバージョン 0.1
最終更新日 2020-05-27
公開日 2020-05-26
開発者 maximetinu
支払い方法 free
拡張機能のウェブサイト https://github.com/Maximetinu/coffin-dance-salesforce-splash-screen
ヘルプページのURL https://github.com/Maximetinu/
対応言語 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"
    }
}