Discount Textbooks Finder

Compare textbook prices on new, used and rental textbooks from dozens of retailers.

What is Discount Textbooks Finder?

Discount Textbooks Finder is a Chrome extension developed by https://discounttextbookfinder.com, and its main feature is "Compare textbook prices on new, used and rental textbooks from dozens of retailers.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Discount Textbooks Finder Extension CRX File

Download Discount Textbooks Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Discount Textbooks Finder Discount Textbooks Finder
ID beiipalliibpmpdpmljabdcamhaaeoof
Official URL https://chrome.google.com/webstore/detail/discount-textbooks-finder/beiipalliibpmpdpmljabdcamhaaeoof
Description Compare textbook prices on new, used and rental textbooks from dozens of retailers.
File Size 1.71 MB
Installation Count 147
Current Version 0.1.0
Last Updated 2018-12-23
Publish Date 2018-12-23
Rating 4.20/5 Total 5 Ratings
Developer https://discounttextbookfinder.com
Email [email protected]
Payment Type free
Extension Website https://discounttextbookfinder.com
Help Page URL https://docs.google.com/forms/d/e/1FAIpQLSffP3XI4EFOIw8PMwS881-EcAKs44Mhk2NMeebWSMxgRfHyjw/viewform
Privacy Policy Page URL http://[email protected]
Supported Languages 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'"
}