Airparts Assistant

View Airparts products through other Aviation websites.

ما هو Airparts Assistant؟

Airparts Assistant هو إضافة Chrome تم تطويرها بواسطة galvanvp، والميزة الرئيسية لها هي "View Airparts products through other Aviation websites.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Airparts Assistant

قم بتنزيل ملفات الامتداد Airparts Assistant بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Airparts Assistant inserts helpful links into Aviation websites and your browser to help you find the part you're looking for with Airparts. It also provides a shortcut to use our search engine!

Features:
- Browse growing collection of helpful product guides and supported sites
- Search our site from anywhere on the web
- Right click or highlight a part number and hit "Search Airparts" to quickly view the part on our site
- Copy a part number and hit the paste from clipboard button for ease of searching

We hope you love Airparts Assistant!                    

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

الاسم Airparts Assistant Airparts Assistant
ID gpacofnbdjibhgogmfeflmpeoinkcddg
عنوان URL الرسمي https://chromewebstore.google.com/detail/airparts-assistant/gpacofnbdjibhgogmfeflmpeoinkcddg
الوصف View Airparts products through other Aviation websites.
حجم الملف 95.34 KB
عدد التثبيتات 94
النسخة الحالية 1.3.0
آخر تحديث 2021-04-21
تاريخ النشر 2020-07-02
تقييم 5.00/5 مجموع تقييمات 1
المطور galvanvp
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://airpartsco.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Airparts Assistant",
    "version": "1.3.0",
    "description": "View Airparts products through other Aviation websites.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.stausaonline.com\/tires\/air-*",
                "*:\/\/*.stausaonline.com\/tires\/super-hawk-aircraft-tires\/*",
                "*:\/\/*.stausaonline.com\/tires\/aero-trainer-aircraft-tires\/*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/stausaonline.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.airpartsco.com\/*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/airpartsco.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.shop.boeing.com\/aviation-supply\/p\/*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/boeing.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.shop.boeing.com\/aviation-supply\/search?*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/boeing-search.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.shop.boeing.com\/aviation-supply\/Boeing-Catalog\/*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/boeing-search.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.brownaircraft.com\/*-p\/*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/brown-aircraft.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.goodyearaviation.com\/search\/tire-details-mfg.html?search=*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/goodyearaviation.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.lycoming.com\/engine-finder-search*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/lycoming-engine-finder.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.lycoming.com\/node\/*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/lycoming-engine.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.txtav.com\/Parts\/PartSearch\/*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/textron-aviation.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.championaerospace.com\/champion-parts-search"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/champion-search.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.lamartech.com\/*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/lamartech.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.h3raviation.com\/*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/h3r.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.curtissuperiorvalve.com\/*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/curtis-superior-valve.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.concordebattery.com\/flyer.php?id=*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/concorde-battery.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.aircraft-battery.com\/search-by-your-aircraft.html*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/concorde-battery-search.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.aircraftspruce.com\/catalog\/*",
                "*:\/\/*.aircraftspruce.com\/pages\/*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/aircraft-spruce.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.gillbatteries.com\/Products\/Batteries*",
                "*:\/\/*.gillbatteries.com\/Products\/Details*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/gill-batteries.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.whelen.com\/aviation\/product.php?*",
                "*:\/\/*.flywat.com\/collections\/*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/whelen.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.alcorinc.com\/index.php\/sensors*",
                "*:\/\/*.alcorinc.com\/index.php\/instruments*",
                "*:\/\/*.alcorinc.com\/index.php\/test-equipment\/*",
                "*:\/\/*.alcorinc.com\/index.php\/fuel-treatment-tcp\/*",
                "*:\/\/*.alcorinc.com\/index.php\/parts-accessories\/*",
                "*:\/\/*.alcorinc.com\/index.php\/products\/*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/alcor.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.ipc.cmg.aero\/IPC\/PartsOfaSection",
                "*:\/\/*.ipc.cmg.aero\/IPC\/*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/continental-motors.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.superiorairparts.com\/SuperiorEligibilities\/*",
                "*:\/\/*.superiorairparts.com\/SuperiorEligibilities\/SuperiorPart.php*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/superior.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.airpowerinc.com\/productcart\/*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/air-power.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.rapcoinc.com\/*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/rapco.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.shop.snapon.com\/*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/snap-on.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.aircraft-tool.com\/*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/aircraft-tool.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.mcfarlaneaviation.com\/products\/product\/*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/mcfarlane-aviation.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.vantageassoc.com\/*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "generator.js",
                "scripts\/vantage.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "images\/tiny.png",
        "48": "images\/medium.png",
        "128": "images\/logo-transparent.png"
    },
    "web_accessible_resources": [
        "images\/logo-transparent.png",
        "images\/aeronation.png",
        "button.css"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "background": {
        "scripts": [
            "generator.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "clipboardRead",
        "contextMenus"
    ],
    "manifest_version": 2
}