cvs
deals
coupons
& rebates
how
cvs works

march cvs deals cvs clearance cvs y más


how to use developer tools (devtools) to access cvs crt info

this post may contain affiliate links - learn more here
Google Chrome browser on Windows OS

1. Go to cvs.com
2. Sign into your account
3. Click on "Extracare"
4. Click on 3 vertical dots on upper right hand corner of Google Chrome browser
5. Select More Tools --> Developer Tools OR use HotKey combo Ctrl-Shift-I
6. Reload page or use Hotkey combo Ctrl-R
7. On right side of page (Developer Tools) select Fetch/XHR
8. Look for Name getCustomerProfile and click on it
9. Select Response (located to the right of getCustomerProfile) if it is not selected already
10. It should show:
{
"custInfResp" : {
"xtraCard" : {
11. Click on that section and use HotKey combo Ctrl-A to select all and Ctrl-C to copy all the text
12. Paste copied text in Notepad or any other text editor of your choice
13. Search the copied text for whatever you need
14. For previewing the following week's crts, search by date in format YYYY-MM-DD and input upcoming Saturday's date

Firefox browser on Windows OS

1. Go to cvs.com
2. Sign into your account
3. Click on "Extracare"
4. Click on 3 horizontal lines on upper right hand corner of Firefox browser
5. Select More Tools --> Web Developer Tools OR use HotKey combo Ctrl-Shift-I
6. Reload page or use Hotkey combo Ctrl-R
7. On bottom of page (Web Developer Tools) select XHR
8. Look for File getCustomerProfile and click on it
9. Select Response (located to the right of getCustomerProfile) if it is not selected already
10. Click on Raw to turn it on (turns blue color)
11. It should show:
{
"custInfResp" : {
"xtraCard" : {
12. Click on that section and use HotKey combo Ctrl-A to select all and Ctrl-C to copy all the text
13. Paste copied text in Notepad or any other text editor of your choice
14. Search the copied text for whatever you need
15. For previewing the following week's crts, search by date in format YYYY-MM-DD and input upcoming Saturday's date

Microsoft Edge browser on Windows OS

1. Go to cvs.com
2. Sign into your account
3. Click on "Extracare"
4. Click on 3 vertical dots on upper right hand corner of Google Chrome browser
5. Select More Tools --> Developer Tools OR use HotKey combo Ctrl-Shift-I
6. On right side of page (Developer Tools), look for Welcome >> (located on top where menu is) and click on >> to select Network
8. Look for Name getCustomerProfile and click on it
9. Select Response (located to the right of getCustomerProfile) if it is not selected already
10. It should show:
{
"custInfResp" : {
"xtraCard" : {
11. Click on that section and use HotKey combo Ctrl-A to select all and Ctrl-C to copy all the text
12. Paste copied text in Notepad or any other text editor of your choice
13. Search the copied text for whatever you need
14. For previewing the following week's crts, search by date in format YYYY-MM-DD and input upcoming Saturday's date


sources / credit:
thanks and credit to Ace for these detailed instructions


featured comments