Discount Textbooks Finder
Compare textbook prices on new, used and rental textbooks from dozens of retailers.
Discount Textbooks Finder là gì?
Discount Textbooks Finder là một tiện ích mở rộng Chrome được phát triển bởi https://discounttextbookfinder.com, và tính năng chính của nó là "Compare textbook prices on new, used and rental textbooks from dozens of retailers.".
Ả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 Discount Textbooks Finder
Tải xuống các tệp mở rộng Discount Textbooks Finder 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | beiipalliibpmpdpmljabdcamhaaeoof |
URL Chính Thức | https://chrome.google.com/webstore/detail/discount-textbooks-finder/beiipalliibpmpdpmljabdcamhaaeoof |
Mô tả | Compare textbook prices on new, used and rental textbooks from dozens of retailers. |
Kích Thước Tệp | 1.71 MB |
Số Lần Cài Đặt | 147 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2018-12-23 |
Ngày Phát Hành | 2018-12-23 |
Đánh Giá | 4.20/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://discounttextbookfinder.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://discounttextbookfinder.com |
URL Trang Trợ Giúp | https://docs.google.com/forms/d/e/1FAIpQLSffP3XI4EFOIw8PMwS881-EcAKs44Mhk2NMeebWSMxgRfHyjw/viewform |
URL Trang Chính Sách Bảo Mật | http://[email protected] |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Compare textbook prices on new, used and rental textbooks from dozens of retailers.", "version": "0.1.0", "name": "Discount Textbooks Finder", "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "permissions": [ "contextMenus", "tabs" ], "icons": { "128": "icon-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |