How To Build and Publish a Chrome Extension

Поделиться
HTML-код
  • Опубликовано: 22 дек 2024

Комментарии • 18

  • @spectredox
    @spectredox Год назад +1

    Very comprehensive guide!! I would love to see a video on "build + deployment"!!

    • @clydedz
      @clydedz  Год назад +1

      Thanks for the positive feedback, @Spectredox!

  • @AlexAllStar
    @AlexAllStar 9 месяцев назад

    Excellent! Thank you. What is the process to publish an update to the extension next time?

    • @clydedz
      @clydedz  9 месяцев назад +1

      Glad it was helpful. Thanks for watching! To publish an update, you'd need to update the version in the manifest JSON file, create a fresh ZIP and upload that again. The developer portal should detect the new incoming version and should show that in the Status and Package page.

  • @dompedropirado.shorts
    @dompedropirado.shorts Год назад

    Hey, where does the Publisher editor name appears in the extension page?

    • @clydedz
      @clydedz  Год назад

      Hi, if your website is verified, I think that's all that appears below the extension name on the extension page.
      Otherwise, I believe it is the "offered by" section on the extension page located bottom right. Example -
      chrome.google.com/webstore/detail/datadog-test-recorder/kkbncfpddhdmkfmalecgnphegacgejoa?hl=en&authuser=0
      Although I don't see this "offered by" section on all extensions, so I'm not sure what the underlying condition for displaying this information is. Possibly best to write to Chrome developer support (or the google group) and ask this for confirmation.
      Thanks!

  • @surij8376
    @surij8376 8 месяцев назад

    Can these settings be changed later? For e.g. if you choose to monetize later using stripe?

    • @clydedz
      @clydedz  8 месяцев назад

      Yes, absolutely!

  • @AdeebTechLab
    @AdeebTechLab Год назад

    There was a problem uploading your file. Please try again.
    The package should not contain any .pem files with private keys except for the key.pem file in the root of the package.

    • @clydedz
      @clydedz  Год назад

      Usually, a Chrome extension wouldn't contain pem files out of the box. Does the error get resolved after excluding the file?

  • @uninho1985
    @uninho1985 Год назад

    How can I secure my code from being stolen when I publish it to the store ?

    • @clydedz
      @clydedz  Год назад

      Not sure if I understand the problem correctly, but why do you think once publishing the extension to the store, your code can be stolen?

  • @adedeweboluwatife7931
    @adedeweboluwatife7931 Год назад

    Thank you Idolo. Very helpful.

    • @clydedz
      @clydedz  Год назад

      I'm glad it helped! Thanks for watching.

  • @NerdJoshua
    @NerdJoshua Год назад

    it says i cant upload anything anymore

    • @clydedz
      @clydedz  Год назад

      Strange! It should allow you to upload the zip file as per the video. Perhaps post on StackOverflow to get more visibility of the issue. It's a bit difficult to troubleshoot in YT comments. Thanks for watching!

  • @gangwang9641
    @gangwang9641 Год назад

    My poor English makes me slow down a lot

    • @clydedz
      @clydedz  Год назад

      There's no problem in slowing down especially when you're learning. Take your time! 🤝