Salesforce coffin dance splash screen
Replace salesforce custom splash screen for a nicer one
Salesforce coffin dance splash screenคืออะไร?
Salesforce coffin dance splash screen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย maximetinu และคุณลักษณะหลักของมันคือ "Replace salesforce custom splash screen for a nicer one"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce coffin dance splash screen
ดาวน์โหลดไฟล์ส่วนขยาย Salesforce coffin dance splash screen ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replaces salesforce splash screen for a coffin dance gif
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } } |