ePlane for Chrome

Search for aircraft parts on ePlane with just one click.

O que é ePlane for Chrome?

ePlane for Chrome é uma extensão do Chrome desenvolvida por https://eplane.com, e sua principal característica é "Search for aircraft parts on ePlane with just one click.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ePlane for Chrome

Baixe arquivos de extensão ePlane for Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome ePlane for Chrome ePlane for Chrome
ID dioadlibodghpjibadbdlgbnhmcolmaj
URL Oficial https://chromewebstore.google.com/detail/eplane-for-chrome/dioadlibodghpjibadbdlgbnhmcolmaj
Descrição Search for aircraft parts on ePlane with just one click.
Tamanho do Arquivo 259 KB
Contagem de Instalações 106
Versão Atual 1.92
Última Atualização 2021-06-23
Data de Publicação 2018-06-19
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://eplane.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.eplane.com
URL da Página de Ajuda https://www.eplane.com/contactus
URL da Página de Política de Privacidade https://www.eplane.com/about/privacy
Idiomas Suportados 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\/*"
    ]
}