Discount Textbooks Finder

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

Cos'è Discount Textbooks Finder?

Discount Textbooks Finder è un'estensione di Chrome sviluppata da https://discounttextbookfinder.com, e la sua funzione principale è "Compare textbook prices on new, used and rental textbooks from dozens of retailers.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Discount Textbooks Finder

Scarica i file di estensione Discount Textbooks Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Discount Textbooks Finder Discount Textbooks Finder
ID beiipalliibpmpdpmljabdcamhaaeoof
URL Ufficiale https://chrome.google.com/webstore/detail/discount-textbooks-finder/beiipalliibpmpdpmljabdcamhaaeoof
Descrizione Compare textbook prices on new, used and rental textbooks from dozens of retailers.
Dimensione del File 1.71 MB
Conteggio Installazioni 147
Versione Corrente 0.1.0
Ultimo Aggiornamento 2018-12-23
Data di Pubblicazione 2018-12-23
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore https://discounttextbookfinder.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://discounttextbookfinder.com
URL della Pagina di Aiuto https://docs.google.com/forms/d/e/1FAIpQLSffP3XI4EFOIw8PMwS881-EcAKs44Mhk2NMeebWSMxgRfHyjw/viewform
URL della Pagina della Politica sulla Privacy http://[email protected]
Lingue Supportate 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'"
}