Airhead Flight Attendant

Airhead Flight Attendant lets you quickly open and switch to Airhead. It can also fill in your login details to many websites.

O que é Airhead Flight Attendant?

Airhead Flight Attendant é uma extensão do Chrome desenvolvida por http://airhead.io, e sua principal característica é "Airhead Flight Attendant lets you quickly open and switch to Airhead. It can also fill in your login details to many websites.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Airhead Flight Attendant

Baixe arquivos de extensão Airhead Flight Attendant 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

                        Airhead Flight Attendant is a new browser extension from the makers of Airhead. It’s the perfect complement to your Airhead experience, making it even easier and more fun than ever to access the best that the web has to offer.

- Install Flight Attendant and link it to your Airhead profile.

- Using the extension, you can quickly open Airhead, or switch to your Airhead tab. 

- For Groupcall IDaaS users, add your IDaaS login to your Airhead profile and Flight Attendant will log you into Airhead automatically.

- For many popular tiles including Twitter, Facebook, Dropbox, BBC and Scratch, Flight Attendant will fill in your - login details automatically. Just add your login details to each tile and away you go.

- We’ll be adding more time saving features over time, so watch this space.                    

Informações Básicas da Extensão

Nome Airhead Flight Attendant Airhead Flight Attendant
ID hmjflifnljdomaiiijabkghbkhjiganj
URL Oficial https://chrome.google.com/webstore/detail/airhead-flight-attendant/hmjflifnljdomaiiijabkghbkhjiganj
Descrição Airhead Flight Attendant lets you quickly open and switch to Airhead. It can also fill in your login details to many websites.
Tamanho do Arquivo 184 KB
Contagem de Instalações 3,000
Versão Atual 1.2.0
Última Atualização 2019-07-14
Data de Publicação 2019-07-14
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor http://airhead.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://airhead.io
URL da Página de Ajuda http://help.airhead.io
URL da Página de Política de Privacidade https://cdn.airhead.io/public/misc/policies/AE_Privacy_Policy.pdf
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Airhead Flight Attendant",
    "description": "Airhead Flight Attendant lets you quickly open and switch to Airhead. It can also fill in your login details to many websites.",
    "author": "Airhead Education",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5Nvim2w\/9\/hnxFohDS06sSow\/WnoaBOk\/V6meIvMGV+muK4FSCWUP5e+qx4hIIta46Pd6vcMER7rWMzIX8aoCpffmv4QxOP02xc0gWvkSLUrSjpZKuOxTet6NOyqtuAiufEBZOFB80qg54fLyYl6YLsYHsu\/fiKsMMQugBsW6wRdajCL9rsJI9l44sxlm5JCp\/TV\/oI\/jM0ACzQvNRxQwz4JN3KUZm9nGwcpvW9NsIGZrtMj71dpkgMJZr2WysTNNFpw5LilK8xiLaNH8UaqTJ3Buc8CMpaY+MTJmeui9jDD9Wgho4XR8bv1a4\/RfaHY71kO693+IvRooopspLCV+QIDAQAB",
    "version": "1.2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "31",
    "permissions": [
        "notifications",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19-greyedout.png",
            "38": "img\/icon38-greyedout.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/airhead.io\/robots.txt*"
            ],
            "js": [
                "js\/content\/oauth.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.airhead.io\/app*"
            ],
            "js": [
                "js\/content\/app.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.airhead.io\/app\/redirect\/tile*"
            ],
            "js": [
                "js\/content\/autofill\/pre_register.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/login.groupcall.com\/NewLogin*",
                "https:\/\/login.me.e2bn.org\/NewLogin*",
                "https:\/\/login.ntlp.org.uk\/NewLogin*"
            ],
            "js": [
                "js\/jquery-2.1.4.js",
                "js\/config.js",
                "js\/content\/login\/idaas.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "sso.html",
        "img\/airhead38x23.png",
        "js\/content\/autofill\/register.js",
        "js\/content\/autofill\/status.js"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.airhead.io\/*"
        ]
    }
}