Discount Textbooks Finder

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

Discount Textbooks Finder क्या है?

Discount Textbooks Finder https://discounttextbookfinder.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Compare textbook prices on new, used and rental textbooks from dozens of retailers."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Discount Textbooks Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम 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'"
}