You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OK. You want to buy something from Amazon in Europe and of course you want the best price.
5
6
6
-
I bet if you are a frequent Amazon user in Europe, you must have already known that among the european countries, Amazon has not only 1, but 5 different stores, which are: amazon.de, amazon.es, amazon.fr, amazon.it and amazon.co.uk.
7
+
I bet if you are a frequent Amazon user in Europe, you must have already known that among the european countries, Amazon has not only 1, but 6 different stores, which are: amazon.de, amazon.es, amazon.fr, amazon.it, amazon.nl and amazon.co.uk.
7
8
8
-
And I think you are no stranger to the fact that most of the time each item is sold on all of the 5 markets, and no matter which Amazon market you choose, it can be shipped within the EU area, however the price for the item differs, sometimes a lot.
9
+
And I think you are no stranger to the fact that most of the time each item is sold on all of the 6 markets, and no matter which Amazon market you choose, it can be shipped within the EU area, however the price for the item differs, sometimes a lot.
9
10
10
11
So let me describe normally what you would do:
11
12
@@ -25,19 +26,38 @@ This extension helps you to find the best price with just one click. You just go
25
26
Just a single click and you get the best price. No fuss, no muss.
26
27
27
28
# Known Issue
29
+
28
30
##### For CD/books/DVD categories, some products have multiple format, like a movie can have multiple formats like DVD, blue-ray, etc; for some products can't parse price correctly.
29
31
30
32
# DEV Info
33
+
31
34
Chrome extension with react and redux.
32
35
33
36
npm, babel and webpack needed for building.
34
37
35
38
### Build
39
+
40
+
```
41
+
npm i
42
+
npm audit fix
36
43
npm run build
44
+
```
37
45
38
46
### Unpacked chrome extension dir
47
+
39
48
chrome-extension
40
49
50
+
# Version 1.5 Updates:
51
+
52
+
I was informed by a user that Amazon opens amazon.nl for Netherland and Belgium, so this version is mainly about adding support for amazon.nl
53
+
54
+
Main feature:
55
+
- Adding support for amazon.nl
56
+
57
+
By the way, some minor non-functional changes:
58
+
- Update dependencies versions to fix vulnerabilites
0 commit comments