motiko / sfdc-debug-logs

Browser extension for Salesforce logs management
http://motiko.github.io/sfdc-debug-logs/
MIT License
31 stars 12 forks source link

Extension doesn't work on .*force.com URL's #18

Closed morco4949 closed 3 years ago

morco4949 commented 3 years ago

first of all - thanks for this great extension. As an SFDC employee, I find it very useful.

Right now, the extension's manifest doesn't support .force.com domains and relevant scripts aren't being injected. For each URL pattern in the manifest, there should be another option for .force.com. For example: "matches": [ "https://*.salesforce.com/p/setup/layout/ApexDebugLogDetailEdit/*" ] this needs to change to "matches": [ "https://*.force.com/p/setup/layout/ApexDebugLogDetailEdit/*", "https://*.salesforce.com/p/setup/layout/ApexDebugLogDetailEdit/*" ]

I changed that locally on my computer and it seems to be working just fine. To make things easier, I'm attaching the revised manifest file

Thanks in advance for helping out with that manifest.json.zip

motiko commented 3 years ago

Hi Mor, Thank you for submitting this. Highly appreciated. Would you want to create PR for this?

motiko commented 3 years ago

Ok nvm I've added in version 0.7.12 Will be published soon (in review by google now) Thanks again for submitting this. Say hi to the guys at click/sfdc I miss our days together.

morco4949 commented 3 years ago

Thank you! very much appreciated