|
|
|
|
|
by pythux
2661 days ago
|
|
Since it was literally the first thing I said in my answer, I consider it pretty up-front. I'm happy to give you more details about it since you seem interested. The basic idea is this: 1. All clients download a database of offers locally (they are basically vouchers, we call them offers because they have the potential to make users save money). 2. While browsing with this feature enabled, URLs of pages as well as some other information accessible locally are processed by the extension which tries to detect the intent of buying something online. 3. When an intent corresponding to one of the items in the local database is found, an offer is shown with a coupon that can be used to save money. What sets it apart from ads in my opinion is that everything happens client-side and that the offer is only shown when there is a clear intent to buy something (instead of all pages with traditional ads). This means that users will actually see very few of them, but that they should be very relevant and useful (you save money). |
|