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.

What is Airhead Flight Attendant?

Airhead Flight Attendant is a Chrome extension developed by http://airhead.io, and its main feature is "Airhead Flight Attendant lets you quickly open and switch to Airhead. It can also fill in your login details to many websites.".

Extension Screenshots

screenshot
screenshot

Download Airhead Flight Attendant Extension CRX File

Download Airhead Flight Attendant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Airhead Flight Attendant Airhead Flight Attendant
ID hmjflifnljdomaiiijabkghbkhjiganj
Official URL https://chrome.google.com/webstore/detail/airhead-flight-attendant/hmjflifnljdomaiiijabkghbkhjiganj
Description Airhead Flight Attendant lets you quickly open and switch to Airhead. It can also fill in your login details to many websites.
File Size 184 KB
Installation Count 3,000
Current Version 1.2.0
Last Updated 2019-07-14
Publish Date 2019-07-14
Rating 5.00/5 Total 4 Ratings
Developer http://airhead.io
Email [email protected]
Payment Type free
Extension Website http://airhead.io
Help Page URL http://help.airhead.io
Privacy Policy Page URL https://cdn.airhead.io/public/misc/policies/AE_Privacy_Policy.pdf
Supported Languages 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\/*"
        ]
    }
}