How to make a Chrome Extension #6 - API Calls and the Chrome Lifecycle

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

ความคิดเห็น • 14

  • @Vesta32
    @Vesta32 2 ปีที่แล้ว +2

    Great series bro. I started to build my own extension along with this series. And having few doubts but they are getting cleared with every next video.👍

  • @janvikalra_
    @janvikalra_ ปีที่แล้ว

    fabulous video - thanks so much! super helpful

  • @sauravpachhai2916
    @sauravpachhai2916 5 หลายเดือนก่อน

    How do i do it for single location? If i have only one location to fetch?

  • @rajeshdansena
    @rajeshdansena 2 หลายเดือนก่อน

    Hi @JerryHack
    How authentication works for an API call I want to make from the chrome extension?
    Suppose user is already logged into the site from a chrome tab, can we leverage that login session and make an API using same session? appreciate it if you can point me to a resource.

  • @chrisder1814
    @chrisder1814 5 หลายเดือนก่อน

    hello I would like to develop a chrome extension but first I would like you to tell me what you think of my idea?

  • @miguelmorenopastor4697
    @miguelmorenopastor4697 ปีที่แล้ว

    Is possible to send data to an API with an extension, as far as i tried no if you know a way will come handy

    • @jerryhacks
      @jerryhacks  ปีที่แล้ว

      Hi Miguel, one way is to use fetch. You can specify the method and body. Have you tried that?

  • @beautifulworld3430
    @beautifulworld3430 หลายเดือนก่อน

    Im watching this vedio in 2024

  • @denisradovanovic8778
    @denisradovanovic8778 2 ปีที่แล้ว +1

    Hey Jerry - URL for endpoint will not work for us following this tutorial to the letter - maybe they have changed something in the meantime - proper URL now is "ttp.cbp.dhs.gov/schedulerapi/locations/"

    • @jerryhacks
      @jerryhacks  2 ปีที่แล้ว

      Hey Denis, thanks for looking into that! It looks like the last word cut off when I wrote the endpoint in the description. Could you try this endpoint? "ttp.cbp.dhs.gov/schedulerapi/locations/?temporary=false&inviteOnly=false&operational=true&serviceName=Global%20Entry". Adding the serviceName query param filters the locations to only include those that have the Global Entry service.

    • @denisradovanovic8778
      @denisradovanovic8778 ปีที่แล้ว

      @@jerryhacksthis one works.

    • @views1000m
      @views1000m 11 หลายเดือนก่อน

      How can I get my api