Add to Babylist Button
Add items to your Babylist registry from any store.
Add to Babylist Button là gì?
Add to Babylist Button là một tiện ích mở rộng Chrome được phát triển bởi https://babylist.com, và tính năng chính của nó là "Add items to your Babylist registry from any store.".
Ả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 Babylist Button
Tải xuống các tệp mở rộng Add to Babylist Button 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
With this extension, you can add anything you like to your Babylist registry while browsing all of your favorite online stores.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Add to Babylist Button |
ID | jcmljanephecacpljcpiogonhhadfpda |
URL Chính Thức | https://chromewebstore.google.com/detail/add-to-babylist-button/jcmljanephecacpljcpiogonhhadfpda |
Mô tả | Add items to your Babylist registry from any store. |
Kích Thước Tệp | 23.06 KB |
Số Lần Cài Đặt | 33,338 |
Phiên Bản Hiện Tại | 2.6.0 |
Cập Nhật Lần Cuối | 2024-01-23 |
Ngày Phát Hành | 2019-01-17 |
Đánh Giá | 4.17/5 Tổng số 23 Đánh Giá |
Nhà Phát Triển | https://babylist.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.babylist.com/ |
URL Trang Trợ Giúp | https://www.babylist.com/help |
URL Trang Chính Sách Bảo Mật | https://www.babylist.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_title": "Add to Babylist Button", "default_icon": "assets\/icon-128.png" }, "icons": { "16": "assets\/icon-16.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "name": "Add to Babylist Button", "description": "Add items to your Babylist registry from any store.", "homepage_url": "https:\/\/www.babylist.com", "permissions": [ "activeTab", "cookies", "declarativeNetRequest", "webRequest", "*:\/\/*.babylist.com\/*" ], "version": "2.6.0", "manifest_version": 2 } |