Hunter Tran's Blog

Share to be shared

Homepage for the Walmart Price Per Unit extension

Available for Edge

πŸ›‘οΈ Privacy Policy

Effective Date: 2025-08-24

Thank you for using the Walmart Price Per Unit browser extension for Chrome and Edge. Your privacy is important to us, and we are committed to maintaining a transparent and secure experience.

πŸ” Data Collection

We do not collect, store, or transmit any personal data, browsing history, or usage information. The extension operates entirely within your browser and does not communicate with any external servers.

πŸ“¦ How the Extension Works

The extension analyzes product listings on Walmart.ca to calculate and display the price per unit. All processing is done locally within your browser. No information is sent to us or any third party.

πŸ” Permissions

The extension may request access to Walmart.ca pages solely to perform its intended functionβ€”displaying price per unit. These permissions are used exclusively for this purpose and do not involve data collection.

🚫 Third-Party Services

This extension does not use or integrate with any third-party services, analytics tools, or advertising networks.

πŸ“„ Changes to This Policy

If we ever decide to collect data or change how the extension works, we will update this privacy policy and notify users through the extension update notes.

πŸ“¬ Contact

If you have any questions or concerns about this privacy policy, feel free to contact us at X (formerly Twitter).

πŸ’½ Source code

The source code for the extension is available on Github

An enum (short for β€œEnumeration”) is a value type that represents a set of named constants. This type allow you to define a set of named values that have underlying values, usually numeric ones.

In this post, we will discuss on how to extent this type to store more data, and use them in a simple Angular select list.

Read more »

A glimpse to the Express Entry program by Immigration, Refugees and Citizenship Canada

There is also an old PowerBI app here

In a list of checkbox, it’s convenient to have a Select all option at the top. But this option is not as simple as it seems. Let’s walk through the ideas, and the logic behind it.

Read more »

This is part 2 of post β€œXAML for beginner”. In this part, I will introduce the list control: ListBox, GridView. Also included a super short introduction to MVVM and data binding in XAML.

Read more »

A few years back, Microsoft was betting on Windows Phone. Could you guess which language they use to develop apps for these shiny new phones? It’s XAML.

In this post, I will introduce the most basic concept of XAML layout, as well as how to use them in your personal project.

Read more »

Boolean data type represents the true/false value. If you create a class with multiple booleans, here are some tips and tricks to optimize them. This will include using bitwise operations and how to flatten them for display on UI.

Read more »

Designing a system that could serve millions of requests will always be a big challenge. Fortunately, there are multiple solutions to this problem. Depending on how large your system could be, you could utilize these solutions or combine them for a better result.

Read more »

For a long time, my reputation points on StackOverflow (SO) were just around 200. You get 100 by just registering an account. If your reputation score is high, you can brag about it in your CV, or even better, landing your next dream job. In this blog post, I will tell you the story of how I can get +10 reputations EVERY DAY.

Read more »
0%