Wished
Wish for anything, anywhere
Wished là gì?
Wished là một tiện ích mở rộng Chrome được phát triển bởi https://www.wished.online, và tính năng chính của nó là "Wish for anything, anywhere".
Ả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 Wished
Tải xuống các tệp mở rộng Wished 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
Wished is your universal wishlist for all of your favourite shopping sites. Create multiple wishlists, share them with friends and family, and even get notified of price updates! With our easy-to-use and customizable wishlist extension, you will be able to save their favourite products and purchase them later with just a few clicks. Our extension is fully compatible with any online store and can easily provide you Key Features: - Easy-to-use and intuitive interface - Compatible with any online store - Share wishlists with friends and family - Be notified of price drops - Ability to add and manage unlimited items in all of your wishlists
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Wished |
ID | hhnahkmehhkjemigopkkkamciojfmcbh |
URL Chính Thức | https://chromewebstore.google.com/detail/wished/hhnahkmehhkjemigopkkkamciojfmcbh |
Mô tả | Wish for anything, anywhere |
Kích Thước Tệp | 325 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 1.4.1 |
Cập Nhật Lần Cuối | 2023-11-19 |
Ngày Phát Hành | 2021-03-12 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://www.wished.online |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.wished.online/ |
URL Trang Trợ Giúp | https://www.wished.online/ |
URL Trang Chính Sách Bảo Mật | https://www.wished.online/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wished", "version": "1.4.1", "description": "Wish for anything, anywhere", "icons": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "96": "images\/icons\/96.png" }, "browser_action": { "browser_style": true, "default_popup": "popup.htm", "default_icon": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png" } }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "activeTab" ], "background": { "scripts": [ "background.bundle.js" ] }, "content_scripts": [ { "all_frames": false, "js": [ "content.bundle.js" ], "match_about_blank": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ] } |