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 |
公式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 |
Eメール | [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" } |