Save For .It
Save For It is a budget-minded wishlist that saves all your online shopping lists in one place
Save For .It là gì?
Save For .It là một tiện ích mở rộng Chrome được phát triển bởi http://savefor.it, và tính năng chính của nó là "Save For It is a budget-minded wishlist that saves all your online shopping lists in one place".
Ả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 Save For .It
Tải xuống các tệp mở rộng Save For .It 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
SaveFor.it is a browser addon that helps you plan for future purchases. Think of it as a simple wish list and budgeting app, all based in the cloud. Visit https://savefor.it for more information.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | clcokgoaockckcnlbhhjlodcimghlbkg |
URL Chính Thức | https://chrome.google.com/webstore/detail/save-for-it/clcokgoaockckcnlbhhjlodcimghlbkg |
Mô tả | Save For It is a budget-minded wishlist that saves all your online shopping lists in one place |
Kích Thước Tệp | 20.8 KB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 1.0.3.1 |
Cập Nhật Lần Cuối | 2015-11-12 |
Ngày Phát Hành | 2015-11-12 |
Nhà Phát Triển | http://savefor.it |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://savefor.it |
URL Trang Trợ Giúp | https://savefor.it/help/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save For .It", "description": "Save For It is a budget-minded wishlist that saves all your online shopping lists in one place", "version": "1.0.3.1", "browser_action": { "default_icon": "icon_32.png", "default_title": "Click to save for it!" }, "background": { "scripts": [ "popup.js" ] }, "icons": { "32": "icon_32.png", "128": "icon_128.png" }, "permissions": [ "activeTab", "http:\/\/*\/", "https:\/\/*\/" ] } |