Salesforce Hover
Adds an orange hover effect to report rows in SalesForce and blue to the Chatter screen
Qu'est-ce que Salesforce Hover ?
Salesforce Hover est une extension Chrome développée par cbsarge, et sa fonction principale est "Adds an orange hover effect to report rows in SalesForce and blue to the Chatter screen".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Salesforce Hover
Téléchargez les fichiers d'extension Salesforce Hover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Salesforce Hover |
ID | fpbdfkkbjdhcllaakddahbfnclofodia |
URL Officiel | https://chromewebstore.google.com/detail/salesforce-hover/fpbdfkkbjdhcllaakddahbfnclofodia |
Description | Adds an orange hover effect to report rows in SalesForce and blue to the Chatter screen |
Taille du Fichier | 19.7 KB |
Nombre d'Installations | 223 |
Version Actuelle | 1.8 |
Dernière Mise à Jour | 2023-10-01 |
Date de Publication | 2019-03-05 |
Évaluation | 4.67/5 Total 6 Évaluations |
Développeur | cbsarge |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |