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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        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
Διεύθυνση URL της Σελίδας Βοήθειας https://www.eplane.com/contactus
URL της Σελίδας Πολιτικής Απορρήτου 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\/*"
    ]
}