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.

Τι είναι το Airhead Flight Attendant;

Το Airhead Flight Attendant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://airhead.io, και η κύρια λειτουργία του είναι "Airhead Flight Attendant lets you quickly open and switch to Airhead. It can also fill in your login details to many websites.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Airhead Flight Attendant

Λήψη αρχείων επέκτασης Airhead Flight Attendant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Airhead Flight Attendant Airhead Flight Attendant
ID hmjflifnljdomaiiijabkghbkhjiganj
Επίσημο URL https://chrome.google.com/webstore/detail/airhead-flight-attendant/hmjflifnljdomaiiijabkghbkhjiganj
Περιγραφή Airhead Flight Attendant lets you quickly open and switch to Airhead. It can also fill in your login details to many websites.
Μέγεθος Αρχείου 184 KB
Αριθμός Εγκαταστάσεων 3,000
Τρέχουσα Έκδοση 1.2.0
Τελευταία Ενημέρωση 2019-07-14
Ημερομηνία Δημοσίευσης 2019-07-14
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής http://airhead.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://airhead.io
Διεύθυνση URL της Σελίδας Βοήθειας http://help.airhead.io
URL της Σελίδας Πολιτικής Απορρήτου https://cdn.airhead.io/public/misc/policies/AE_Privacy_Policy.pdf
Υποστηριζόμενες Γλώσσες 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\/*"
        ]
    }
}