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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" } |