Poundsqueeze
Price Extention
Poundsqueeze là gì?
Poundsqueeze là một tiện ích mở rộng Chrome được phát triển bởi https://poundsqueeze.co.uk, và tính năng chính của nó là "Price Extention".
Ả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 Poundsqueeze
Tải xuống các tệp mở rộng Poundsqueeze 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
Poundsqueeze is an AI powered extension that helps shoppers save money by doing rapid price comparison discovery on multiple websites providing users with the best possible prices ranked in order of cheapest to most expensive. Utilising advanced machine learning, Poundsqueeze will is one of the most effective and advanced ways for users to save considerable sums of money shopping online at considerable speed by providing up to 20 results in less than 20 seconds.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Poundsqueeze |
ID | ifbklbcndmmpkgioomcbcaoeeipfkfcb |
URL Chính Thức | https://chromewebstore.google.com/detail/poundsqueeze/ifbklbcndmmpkgioomcbcaoeeipfkfcb |
Mô tả | Price Extention |
Kích Thước Tệp | 311 KB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 3.4.10 |
Cập Nhật Lần Cuối | 2024-02-28 |
Ngày Phát Hành | 2023-10-02 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://poundsqueeze.co.uk |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://poundsqueeze.co.uk/ |
URL Trang Trợ Giúp | https://poundsqueeze.co.uk/ |
URL Trang Chính Sách Bảo Mật | https://poundsqueeze.co.uk/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Poundsqueeze", "version": "3.4.10", "description": "Price Extention", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "action": { "default_icon": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "default_popup": "index.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting", "storage" ], "host_permissions": [ "https:\/\/poundsqueeze.co.uk\/*", "http:\/\/13.50.254.152:5000\/*", "https:\/\/proxy.scrapeops.io\/*", "https:\/\/api.poundsqueeze.co.uk\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/poundsqueeze.co.uk\/*", "http:\/\/13.50.254.152:5000\/*", "https:\/\/proxy.scrapeops.io\/*", "https:\/\/api.poundsqueeze.co.uk\/*" ], "js": [ "contentScript.js" ] } ] } |