Discount Textbooks Finder

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

Τι είναι το Discount Textbooks Finder;

Το Discount Textbooks Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://discounttextbookfinder.com, και η κύρια λειτουργία του είναι "Compare textbook prices on new, used and rental textbooks from dozens of retailers.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Discount Textbooks Finder

Λήψη αρχείων επέκτασης Discount Textbooks Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                                            

Βασικές Πληροφορίες Επέκτασης

Όνομα Discount Textbooks Finder Discount Textbooks Finder
ID beiipalliibpmpdpmljabdcamhaaeoof
Επίσημο URL https://chrome.google.com/webstore/detail/discount-textbooks-finder/beiipalliibpmpdpmljabdcamhaaeoof
Περιγραφή Compare textbook prices on new, used and rental textbooks from dozens of retailers.
Μέγεθος Αρχείου 1.71 MB
Αριθμός Εγκαταστάσεων 147
Τρέχουσα Έκδοση 0.1.0
Τελευταία Ενημέρωση 2018-12-23
Ημερομηνία Δημοσίευσης 2018-12-23
Αξιολόγηση 4.20/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://discounttextbookfinder.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://discounttextbookfinder.com
Διεύθυνση URL της Σελίδας Βοήθειας https://docs.google.com/forms/d/e/1FAIpQLSffP3XI4EFOIw8PMwS881-EcAKs44Mhk2NMeebWSMxgRfHyjw/viewform
URL της Σελίδας Πολιτικής Απορρήτου http://[email protected]
Υποστηριζόμενες Γλώσσες 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'"
}