ePlane for Chrome

Search for aircraft parts on ePlane with just one click.

ما هو ePlane for Chrome؟

ePlane for Chrome هو إضافة Chrome تم تطويرها بواسطة https://eplane.com، والميزة الرئيسية لها هي "Search for aircraft parts on ePlane with just one click.".

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

screenshot

تحميل ملف CRX للإضافة ePlane for Chrome

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

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

                        Discover ePlane’s Revolutionary One-Click Search Extension Tool for aircraft sourcing.

By using ePlane’s Chrome extension, you get immediate access to inventory and repair capabilities listed on ePlane by vetted sellers directly from your browser.

How it works

Once you download the extension, you will have the option to search for a single or multiple PNs directly from your browser by clicking on the ePlane logo in the right upper corner of the address bar. Start typing the PN you need and you will be automatically directed to the search results page on ePlane. Yes, it’s that easy!                    

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

الاسم ePlane for Chrome ePlane for Chrome
ID dioadlibodghpjibadbdlgbnhmcolmaj
عنوان URL الرسمي https://chromewebstore.google.com/detail/eplane-for-chrome/dioadlibodghpjibadbdlgbnhmcolmaj
الوصف Search for aircraft parts on ePlane with just one click.
حجم الملف 259 KB
عدد التثبيتات 106
النسخة الحالية 1.92
آخر تحديث 2021-06-23
تاريخ النشر 2018-06-19
تقييم 5.00/5 مجموع تقييمات 2
المطور https://eplane.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.eplane.com
عنوان صفحة المساعدة https://www.eplane.com/contactus
عنوان صفحة سياسة الخصوصية https://www.eplane.com/about/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ePlane for Chrome",
    "description": "Search for aircraft parts on ePlane with just one click.",
    "author": "ePlane Inc.",
    "homepage_url": "https:\/\/www.eplane.com\/",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.eplane.com\/*",
                "*:\/\/eplane.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16x16.png",
        "48": "images\/icon48x48.png",
        "128": "images\/icon128x128.png"
    },
    "version": "1.92",
    "browser_action": {
        "default_icon": "images\/icon16x16.png",
        "default_popup": "popup.html",
        "default_title": "Click here to search parts."
    },
    "permissions": [
        "storage",
        "cookies",
        "*:\/\/*.eplane.com\/*",
        "*:\/\/eplane.com\/*"
    ]
}