Discount Textbooks Finder
Compare textbook prices on new, used and rental textbooks from dozens of retailers.
Discount Textbooks Finderคืออะไร?
Discount Textbooks Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://discounttextbookfinder.com และคุณลักษณะหลักของมันคือ "Compare textbook prices on new, used and rental textbooks from dozens of retailers."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Discount Textbooks Finder
ดาวน์โหลดไฟล์ส่วนขยาย Discount Textbooks Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | beiipalliibpmpdpmljabdcamhaaeoof |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/discount-textbooks-finder/beiipalliibpmpdpmljabdcamhaaeoof |
คำอธิบาย | Compare textbook prices on new, used and rental textbooks from dozens of retailers. |
ขนาดไฟล์ | 1.71 MB |
จำนวนการติดตั้ง | 147 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2018-12-23 |
วันที่เผยแพร่ | 2018-12-23 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://discounttextbookfinder.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://discounttextbookfinder.com |
URL หน้าช่วยเหลือ | https://docs.google.com/forms/d/e/1FAIpQLSffP3XI4EFOIw8PMwS881-EcAKs44Mhk2NMeebWSMxgRfHyjw/viewform |
URL หน้านโยบายความเป็นส่วนตัว | http://[email protected] |
ภาษาที่รองรับ | 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'" } |