Add to Giftwhale wish list
Add any item to your Giftwhale wish lists right from within your browser.
Add to Giftwhale wish list là gì?
Add to Giftwhale wish list là một tiện ích mở rộng Chrome được phát triển bởi https://giftwhale.com, và tính năng chính của nó là "Add any item to your Giftwhale wish lists right from within your browser.".
Ả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 Add to Giftwhale wish list
Tải xuống các tệp mở rộng Add to Giftwhale wish list 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
Quickly and easily add items to your wish lists with the Giftwhale Chrome extension. When browsing the web, if you find any item you want to add to a wish list, just open up the 'Add to Giftwhale' extension and add it to your list. You can select which wish list you want to add the item to, and it will do everything without having the leave the page you're on.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Add to Giftwhale wish list |
ID | oblghpjfokmfooclfjdcmobdimjahlim |
URL Chính Thức | https://chromewebstore.google.com/detail/add-to-giftwhale-wish-lis/oblghpjfokmfooclfjdcmobdimjahlim |
Mô tả | Add any item to your Giftwhale wish lists right from within your browser. |
Kích Thước Tệp | 676 KB |
Số Lần Cài Đặt | 256 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2022-07-08 |
Ngày Phát Hành | 2022-06-29 |
Nhà Phát Triển | https://giftwhale.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://giftwhale.com |
URL Trang Trợ Giúp | https://giftwhale.com/contact |
URL Trang Chính Sách Bảo Mật | https://giftwhale.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Add to Giftwhale wish list", "version": "1.0.3", "description": "Add any item to your Giftwhale wish lists right from within your browser.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "*:\/\/*.giftwhale.com\/*" ], "action": { "default_title": "Add to Giftwhale", "default_icon": "icons\/48.png", "default_popup": "popup\/content.html" } } |