extension ExtPose

Salesforce Show Api Name

CRX id

dcfecmnffjopafbbbaepgopfcphnoham-

Description from extension meta

Display Field & Object API Names on Detail Pages (LEX & Classic).

Image from store Salesforce Show Api Name
Description from store This repo is a chrome extension to show field and object api name on record detail page. How to use it: In salesforce classic/lightning record detail page, click extension icon, you will see the field/object api name added to the page. In addition to clicking the icon, shortcut is supported: MacOs: control + command + Z Windows: alt + shift + Z Linux: alt + shift + Z ChromeOs: alt + shift + Z Extension repository: https://github.com/ChenZaichuang/salesforce_show_api_name I appreciate to receive any feedbacks or pull requests, you can leave your comments in the repo or in the extension homepage or mail to [email protected] for any suggestions.

Latest reviews

  • (2023-05-31) Mohamed Chriyaa: This is great! Super useful Would love the ability to use this in Report builder !
  • (2023-04-20) Rhys Cuff: This is fantastic when it works. Sometimes it will show the API names of certain fields but not others on a record, but then viewing the same record later will show all the API names as expected. I haven't been able to find a pattern for the issue in terms of field types or regular record detail components vs dynamic forms
  • (2023-03-28) Anum Farooq: Thank you for this!
  • (2023-01-17) Jimmy Whittemore: Very helpful and simple - thank you!!
  • (2022-10-27) Tim Bouscal: Works well in both Classic and Lightning. I like that it also shows the record id at the top of the detail page. I have seen a few fields that it won't show the API name but it appears to be intermittent and resolved by refreshing the page.
  • (2022-09-23) Ethan Norris: This is awesome! Would love the ability to also see API names on Report columns!
  • (2022-08-10) Jesse Hoosemans: The best!
  • (2022-07-19) Robyn Jungers: This is really a great tool to have. Would be nice if the api names showed up in a different bold/bright color, though. That's the only thing I can think of that might make the extension a little better. Otherwise it's a great tool to use.
  • (2022-06-28) Kei Iino: Worked in Lightning mode! This is super helpful.
  • (2022-04-15) D: Отличное расширение, хорошая замена старому (для Classic)!
  • (2021-12-06) Andrew Cohen: This works with our custom Lightning application when Greytab and API fieldnames would not.
  • (2021-08-07) Motupalli Chaitanya: Super helpful, Thanks for developing this
  • (2021-05-10) This is a great help and saves tons of time.
  • (2021-05-07) Amanda Friedman: Super simple and very helpful
  • (2021-03-02) Iván Javier Rodríguez Valcarce: Hi, I think It is good but it have some important issues. if you have 2 differents fields with the same label, It will appear the same API name for both fields and this it is not ok. Looks like if the extension checks the label only. So for me it is not works properly. I have 2 differetns fields with the same label and different API name and appears the same api name for both and that is not correct
  • (2021-01-20) Oleksandr Tymchenko: Perfect tool
  • (2021-01-11) Excellent tool and works perfectly. It´s very helpful for know the API names of the fields in the record details page
  • (2020-08-27) Mohammad Housaini: Great extension, works as advertised.
  • (2020-03-28) Robin Zhg: it's a perfect tool for salesforce developing.thank you.however I meet an error on salesforce lightning record detail page: Error handling response: TypeError: Cannot read property 'value' of undefined 上下文 _generated_background_page.html 堆叠追踪 async function getSid(url) { return new Promise((resolve, reject) => { chrome.cookies.getAll({"url": url, "name": "sid"}, function (cookies) { resolve(cookies[0].value); ///////////the error line }); }) }
  • (2020-03-19) Soooooo gooood! You made my day!
  • (2019-12-18) Jie Liu: Loved it ! Super efficient !
  • (2019-12-18) Lisha Huang: very helpful
  • (2019-12-18) Baikang Li: 非常好的工具,为开发 salesforce 解决了很大的问题
  • (2019-12-18) Zaichuang Chen: Works in classic and lightning.

Latest issues

  • (2023-10-30, v:1.2.1) Kitty Gerweck: cant always get the extension to work
    hi, I download this awesome extension, but I cant active it. I keep clicking on the add-on up in the right hand corner, but it doesnt work. Am I missing something? Btw, thanks for this awesome idea of an extension!!!! This is a real time saver!!!! KR, Kitty
  • (2023-08-17, v:1.2.1) Betsy Landon: Salesforce Lightning support?
    We are moving to Lightning and the add-in only works in Classic. Is it supposed to work in Lightning?
  • (2023-01-12, v:1.2.1) Mohammed Shafi: Privacy/security Policy
    Hi, We are planning to use this extension for our organization and would be helpful if I have some information related to security/privacy. Could you provide some details related security/privacy, for example how data is collected, stored or used ?
  • (2022-10-06, v:1.2.1) Jesper Christensen: Microsoft Edge
    Do you have this extension available for Microsoft Edge?
  • (2022-09-29, v:1.2.1) Give Clarity: Data Access/Privacy Policy
    Hi, Please can you confirm what data is accessed by this plugin - is it just metadata? Also have you got a privacy policy. Many thanks, Kate Bowe
  • (2022-07-31, v:1.2.1) Geethapendyala Pendyala: Extension doesn't display API name
    Clicking on the chrome extension to find the SF API names doesn't work even after removing and adding back the extension.
  • (2022-03-14, v:1.2.1) bruno mendes: I can't install
    I can't install , have an error as "Report Abuse". i need help danks Eng Bruno Mendes
  • (2021-12-08, v:1.2.1) Jack Tarr: Custom Domain
    Hello, I am using a custom Domain and the API names don't present themselves. Is there a work around?
  • (2021-11-23, v:1.2.1) Jack Tarr: Custom Domain
    Hello, I am using a custom Domain and the API names don't present themselves. Is there a work around?
  • (2021-09-05, v:1.2.1) Jonathan Bissell: Two Orgs
    I have two Salesforce orgs, and in one of them the button does not work and the other org works fine Org working in: https://X.lightning.force.com/lightning/r/Lead/00Q4x00000ApwFYEAZ/view Org not working in: https://Y.lightning.force.com/lightning/r/Lead/00Q4v00001prFIOEA2/view
  • (2021-03-02, v:1.1.0) Iván Javier Rodríguez Valcarce: Same API name for different fields
    Hi, I hope this can be fixed in the future if you have 2 differents fields with the same label, It will appear the same API name for both fields and this it is not ok. Looks like if the extension checks the label only. So for me it is not works properly. I have 2 differents fields with the same label and different API name and appears the same api name for both and that is not correct
  • (2020-08-27, v:1.0.7) Mohammad Housaini: Suggestions for Extension's Listing
    Thanks for the great extension, it's quite handy. I suggest you change the order of the screenshots in the extension's listing, so that the LEX ones appear first. Also consider updating the short description of the extension to something like: "Display Field & Object API Names on Detail Pages (LEX & Classic)." Which will look like: https://i.imgur.com/5Np7MG0.png The purpose of this is to highlight at first glance, that the extension works in LEX. Keep up the great work.

Statistics

Installs
47,429 history
Category
Rating
4.7391 (23 votes)
Last update / version
2021-03-28 / 1.2.1
Listing languages

Links