Little Birdie | Get the best price
Compare prices instantly from 1000s of stores while you shop
Little Birdie | Get the best price là gì?
Little Birdie | Get the best price là một tiện ích mở rộng Chrome được phát triển bởi https://littlebirdie.com.au, và tính năng chính của nó là "Compare prices instantly from 1000s of stores while you shop".
Ả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 Little Birdie | Get the best price
Tải xuống các tệp mở rộng Little Birdie | Get the best price 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
Get the best price 💸 Add Little Birdie to your browser in seconds and shop like normal. 🧐 COMPARE 1,000s OF STORES INSTANTLY Don’t open a million tabs when you shop online. We’ll automatically pop up and compare prices on the fly when you visit a store’s product page 🤓 LITTLE BIRDIE IS UNBIASED We promise to show you the best price, regardless of our store affiliations 🔔 GET PRICE DROP ALERTS Got your eye on a product? Set a price alert and we’ll notify you when the price drops 📉 SEE THE PRICE HISTORY Know if it’s a good time to buy by looking at the price history of the product you’re interested in Always want the best price? Add the Little Birdie to your iPhone and iPad too. —--------------------------------------- By using the Little Birdie extension, you agree to our Terms & Conditions (https://www.littlebirdie.com/terms) and Privacy Policy (https://www.littlebirdie.com/privacy).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Little Birdie | Get the best price |
ID | eclmkceplokololbkleieojfomhcicdf |
URL Chính Thức | https://chromewebstore.google.com/detail/little-birdie-get-the-bes/eclmkceplokololbkleieojfomhcicdf |
Mô tả | Compare prices instantly from 1000s of stores while you shop |
Kích Thước Tệp | 3.67 MB |
Số Lần Cài Đặt | 9,320 |
Phiên Bản Hiện Tại | 1.3.230 |
Cập Nhật Lần Cuối | 2024-02-21 |
Ngày Phát Hành | 2023-06-21 |
Đánh Giá | 5.00/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | https://littlebirdie.com.au |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.littlebirdie.com.au/ |
URL Trang Trợ Giúp | https://help.littlebirdie.com.au/hc/en-us |
URL Trang Chính Sách Bảo Mật | https://www.littlebirdie.com.au/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Little Birdie | Get the best price", "version": "1.3.230", "description": "Compare prices instantly from 1000s of stores while you shop", "author": "Little Birdie", "homepage_url": "https:\/\/www.littlebirdie.com.au", "short_name": "Little Birdie", "action": [], "icons": { "16": "littlebirdie16.png", "32": "littlebirdie32.png", "48": "littlebirdie48.png", "128": "littlebirdie128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "static\/js\/runtime-listener.js" ] }, { "matches": [ "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/littlebirdie.dev\/*", "https:\/\/www.littlebirdie.com.au\/*" ], "css": [ "static\/css\/main.css" ], "js": [ "static\/js\/content.js" ] } ], "background": { "service_worker": "static\/js\/background.js", "type": "module" }, "sandbox": { "pages": [ "sandbox.html" ] }, "permissions": [ "storage" ], "content_security_policy": [], "web_accessible_resources": [ { "resources": [ "\/assets\/*", "sandbox.html", "static\/js\/sandbox.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "externally_connectable": { "ids": [ "*" ], "matches": [ "https:\/\/littlebirdie.dev\/*", "https:\/\/www.littlebirdie.com.au\/*" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiIncUDnBLKL7au2OeMJqss8kKe5fhgXOkPM012sB7mEIfiEmfKtOlTqqKWChG1sDdhBTfHo9aqyjpsa1vL2CLRcu6qZti0BsK8LPF4OljJgK8PyQRUaeiHAKQKPFpQVhrvxCl0bdl4M80cHPv+CabyZt\/dI4OUPaqmWf6+6DD1Q\/Xub4FzSmKXRlMYFHBstH3U1jVnngdXqoFLMvNvRPCY3ctersFXgnupQK6fNr+Qo2fz+0ZrCk9T5n3nnQmbAu3Lq4\/5NJZ+Qzui0nGDOxckTDW1pG\/pX6Fc11jTr5OaYjDXPTQZAkjsCxh9TVu0NdSrPiNerSCM1ZFktpfN7wGQIDAQAB" } |