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.

Co je Airhead Flight Attendant?

Airhead Flight Attendant je rozšíření Chrome vyvinuté http://airhead.io, a jeho hlavní funkcí je „Airhead Flight Attendant lets you quickly open and switch to Airhead. It can also fill in your login details to many websites.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Airhead Flight Attendant

Stáhněte si soubory rozšíření Airhead Flight Attendant ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Airhead Flight Attendant Airhead Flight Attendant
ID hmjflifnljdomaiiijabkghbkhjiganj
Oficiální URL https://chrome.google.com/webstore/detail/airhead-flight-attendant/hmjflifnljdomaiiijabkghbkhjiganj
Popis Airhead Flight Attendant lets you quickly open and switch to Airhead. It can also fill in your login details to many websites.
Velikost souboru 184 KB
Počet instalací 3,000
Aktuální Verze 1.2.0
Poslední Aktualizace 2019-07-14
Datum Vydání 2019-07-14
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář http://airhead.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://airhead.io
URL Stránky Nápovědy http://help.airhead.io
URL Stránky Zásad Ochrany Soukromí https://cdn.airhead.io/public/misc/policies/AE_Privacy_Policy.pdf
Podporované Jazyky 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\/*"
        ]
    }
}