Salesforce Hover
Adds an orange hover effect to report rows in SalesForce and blue to the Chatter screen
什麼是Salesforce Hover?
Salesforce Hover是由cbsarge開發的Chrome擴展程式,該擴展的主要功能是“Adds an orange hover effect to report rows in SalesForce and blue to the Chatter screen”。
擴展截圖
下載Salesforce Hover擴展crx文件
下載Salesforce Hover擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This tiny add-on adds a hover effect to report rows on the SalesForce© website. This effect makes it much easier to track sideways across large reports spanning multiple columns. 4/4/14 - I've continued to add some slight hover effects to other areas of SF where large expanses of white can make it difficult to view your information. If you like this little add on please consider making a small donation through PayPal! https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=S6QQDXQFZTKD4&lc=US&item_name=SFHover&item_number=Chrome%20Extension¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
擴展基本資訊
名稱 | Salesforce Hover |
ID | fpbdfkkbjdhcllaakddahbfnclofodia |
官方網址 | https://chromewebstore.google.com/detail/salesforce-hover/fpbdfkkbjdhcllaakddahbfnclofodia |
簡介 | Adds an orange hover effect to report rows in SalesForce and blue to the Chatter screen |
檔案大小 | 19.7 KB |
安裝次數 | 223 |
目前版本 | 1.8 |
更新時間 | 2023-10-01 |
上架時間 | 2019-03-05 |
評分 | 4.67/5 共 6 次評分 |
開發者 | cbsarge |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "sfh-48.png", "default_popup": "background.html", "default_title": "Salesforce Hover is ACTIVE!" }, "content_scripts": [ { "all_frames": true, "css": [ "sfhcss.css" ], "js": [], "matches": [ "*:\/\/*.salesforce.com\/*" ] } ], "description": "Adds an orange hover effect to report rows in SalesForce and blue to the Chatter screen", "icons": { "128": "sfh-128.png" }, "manifest_version": 2, "name": "Salesforce Hover", "short_name": "SFHover", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.8" } |