Discount Textbooks Finder
Compare textbook prices on new, used and rental textbooks from dozens of retailers.
Was ist Discount Textbooks Finder?
Discount Textbooks Finder ist eine Chrome-Erweiterung, die von https://discounttextbookfinder.com entwickelt wurde, und ihr Hauptmerkmal ist "Compare textbook prices on new, used and rental textbooks from dozens of retailers.".
Erweiterungsscreenshots
Discount Textbooks Finder-Erweiterungs-CRX-Datei herunterladen
Laden Sie Discount Textbooks Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | beiipalliibpmpdpmljabdcamhaaeoof |
Offizielle URL | https://chrome.google.com/webstore/detail/discount-textbooks-finder/beiipalliibpmpdpmljabdcamhaaeoof |
Beschreibung | Compare textbook prices on new, used and rental textbooks from dozens of retailers. |
Dateigröße | 1.71 MB |
Installationsanzahl | 147 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2018-12-23 |
Veröffentlichungsdatum | 2018-12-23 |
Bewertung | 4.20/5 Insgesamt 5 Bewertungen |
Entwickler | https://discounttextbookfinder.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://discounttextbookfinder.com |
Hilfeseite URL | https://docs.google.com/forms/d/e/1FAIpQLSffP3XI4EFOIw8PMwS881-EcAKs44Mhk2NMeebWSMxgRfHyjw/viewform |
URL der Datenschutzrichtlinien-Seite | http://[email protected] |
Unterstützte Sprachen | 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'" } |