Discount Textbooks Finder

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

Co to jest Discount Textbooks Finder?

Discount Textbooks Finder to rozszerzenie Chrome opracowane przez https://discounttextbookfinder.com, a jego główną funkcją jest „Compare textbook prices on new, used and rental textbooks from dozens of retailers.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Discount Textbooks Finder

Pobierz pliki rozszerzeń Discount Textbooks Finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Discount Textbooks Finder Discount Textbooks Finder
ID beiipalliibpmpdpmljabdcamhaaeoof
Oficjalny URL https://chrome.google.com/webstore/detail/discount-textbooks-finder/beiipalliibpmpdpmljabdcamhaaeoof
Opis Compare textbook prices on new, used and rental textbooks from dozens of retailers.
Rozmiar pliku 1.71 MB
Liczba instalacji 147
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2018-12-23
Data Publikacji 2018-12-23
Ocena 4.20/5 Łącznie 5 Oceny
Deweloper https://discounttextbookfinder.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://discounttextbookfinder.com
Adres URL Strony Pomocy https://docs.google.com/forms/d/e/1FAIpQLSffP3XI4EFOIw8PMwS881-EcAKs44Mhk2NMeebWSMxgRfHyjw/viewform
Adres URL Strony Polityki Prywatności http://[email protected]
Obsługiwane Języki 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'"
}