Salesforce coffin dance splash screen
Replace salesforce custom splash screen for a nicer one
Salesforce coffin dance splash screen là gì?
Salesforce coffin dance splash screen là một tiện ích mở rộng Chrome được phát triển bởi maximetinu, và tính năng chính của nó là "Replace salesforce custom splash screen for a nicer one".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Salesforce coffin dance splash screen
Tải xuống các tệp mở rộng Salesforce coffin dance splash screen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Replaces salesforce splash screen for a coffin dance gif
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fhgkjlcaeifhhocobmgcfnkldnnolhnh |
URL Chính Thức | https://chrome.google.com/webstore/detail/salesforce-coffin-dance-s/fhgkjlcaeifhhocobmgcfnkldnnolhnh |
Mô tả | Replace salesforce custom splash screen for a nicer one |
Kích Thước Tệp | 14.73 KB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2020-05-27 |
Ngày Phát Hành | 2020-05-26 |
Nhà Phát Triển | maximetinu |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Maximetinu/coffin-dance-salesforce-splash-screen |
URL Trang Trợ Giúp | https://github.com/Maximetinu/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |