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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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
عنوان صفحة المساعدة https://docs.google.com/forms/d/e/1FAIpQLSffP3XI4EFOIw8PMwS881-EcAKs44Mhk2NMeebWSMxgRfHyjw/viewform
عنوان صفحة سياسة الخصوصية 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'"
}