Pricely
Set price alerts on your favorite shopping sites and get notified via email as soon as there's a price drop.
Pricely là gì?
Pricely là một tiện ích mở rộng Chrome được phát triển bởi https://pricely.app, và tính năng chính của nó là "Set price alerts on your favorite shopping sites and get notified via email as soon as there's a price drop.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pricely
Tải xuống các tệp mở rộng Pricely dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
After installing the Pricely extension, you will see a blue Pricely icon in every product detail page on websites like zalando.ch, digitec.ch or homegate.ch. By clicking the icon you can enter your desired price for the product. Once you save your price alert, our system will check the product price for the next 60 days and you will get an email any time the price of the product drops to your desired price. If the price is good for you, you can use the link in the email and add the product to your shopping cart. If it's on your list, you'll never miss a sale.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mnghobmdphconlpnmemodmmmcpoopecj |
URL Chính Thức | https://chromewebstore.google.com/detail/pricely/mnghobmdphconlpnmemodmmmcpoopecj |
Mô tả | Set price alerts on your favorite shopping sites and get notified via email as soon as there's a price drop. |
Kích Thước Tệp | 428 KB |
Số Lần Cài Đặt | 2,591 |
Phiên Bản Hiện Tại | 1.12.2 |
Cập Nhật Lần Cuối | 2022-03-02 |
Ngày Phát Hành | 2020-11-18 |
Đánh Giá | 4.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://pricely.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://pricely.app |
URL Trang Chính Sách Bảo Mật | https://pricely.app/privacy |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,it,lt,pl,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pricely", "version": "1.12.2", "description": "__MSG_manifest_description__", "default_locale": "en", "manifest_version": 2, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_script.js" ] } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_popup": "frontend\/index.html#\/popup?lang=__MSG_@@ui_locale__" }, "web_accessible_resources": [ "frontend\/*" ] } |