| Title | Expression |
|---|---|
| Individual Contact | salesforce.com/003\w.* |
| Contacts View | salesforce.com/003/o |
| New Contact | salesforce.com/003/e |
| Opportunity View | salesforce.com/006/o |
| Individual Opportunity | salesforce.com/006\w.* |
| New Opportunity | salesforce.com/006/e |
| Individual Lead | salesforce.com/00Q\w.* |
| Leads View | salesforce.com/00Q/o |
| New Lead | salesforce.com/00Q/e |
`701` = Campaigns
`01t` = Products
`001` = Accounts
`00O` = Reports
`500` = Cases
`800` = Contracts
`01Z` = Dashboard
`015` = Documents
`0Q0` = Quotes
`00T` = Tasks
`ideas` = ideas
`501` = solutions
`home` = home
`console` = console
Apex pages:
`/apex/` and then you have to look for an `id=` value. The `id` tells you what they are looking at. If it isn’t present then you grab id from path, e.g. `/apex/:id`
Custom object tabs
`/:id` where you are interested in the first three characters of `:id`