Discount Textbooks Finder
Compare textbook prices on new, used and rental textbooks from dozens of retailers.
Wat is Discount Textbooks Finder?
Discount Textbooks Finder is een Chrome-extensie ontwikkeld door https://discounttextbookfinder.com, en de belangrijkste functie is "Compare textbook prices on new, used and rental textbooks from dozens of retailers.".
Extensie Screenshots
Download het CRX-bestand van de extensie Discount Textbooks Finder
Download Discount Textbooks Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | beiipalliibpmpdpmljabdcamhaaeoof |
Officiële URL | https://chrome.google.com/webstore/detail/discount-textbooks-finder/beiipalliibpmpdpmljabdcamhaaeoof |
Beschrijving | Compare textbook prices on new, used and rental textbooks from dozens of retailers. |
Bestandsgrootte | 1.71 MB |
Aantal Installaties | 147 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2018-12-23 |
Publicatiedatum | 2018-12-23 |
Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://discounttextbookfinder.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://discounttextbookfinder.com |
Help Pagina-URL | https://docs.google.com/forms/d/e/1FAIpQLSffP3XI4EFOIw8PMwS881-EcAKs44Mhk2NMeebWSMxgRfHyjw/viewform |
URL van de Privacybeleid Pagina | http://[email protected] |
Ondersteunde Talen | 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'" } |