Ceri.us Airbridge Communicator

Sends phone numbers, images, videos, contacts and URLs to ceri.us enabled mobile/desktop apps & browser extensions

Τι είναι το Ceri.us Airbridge Communicator;

Το Ceri.us Airbridge Communicator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.airbridgelabs.com, και η κύρια λειτουργία του είναι "Sends phone numbers, images, videos, contacts and URLs to ceri.us enabled mobile/desktop apps & browser extensions".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Ceri.us Airbridge Communicator

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

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

                        What's New:

This version adds an On-Screen control option so the user never has to change between most operating states using the extension popup command. Instead, you can click the on screen extension control icon in the lower right side of any screen you are browsing to change between:  

Active => Active w/QR popup => Highlighted states

In addition, a double click in any of the above states, will enable and disable the AirBridge Pulse receiver.

The onscreen control button may be optionally turn ON/OFF inside the popup control menu. HOWEVER, even if it is OFF, you can use the AuxClick (middle mouse or scroll button..yes the scroll wheel is also a button) ANYWHERE on the browser screen to click and double click even when the onscreen control icon is hidden.

There are still only 4 frequency bands to pulse digital information. However, we now have 3 mixing settings where you can mix the UltraHigh, High and Low channels. But like the  Low setting, LowMix can easily be heard and in fact sends the message out all 4 channels at once.

Any of these setting can still be saved and uploaded to a WAV or MP3 file for integration into your very own music or promotional video. Use the Pulse Download ON setting and anytime you pulse using this extension, an MP3 or WAV audio file will be uploaded on your browser.

We have also introduced and automatic pause timer which allows you to pause the entire extension when unused. The setting are NEVER, 8 Hrs, 1 Hr, 30 Min, 10 Min and 1 min. Any use of the extension will automagically reset the auto pause timer.

Finally, we have put in a feature so that if you do use the popup extension control panel, when your mouse leaves the panel for more than a second, the popup will close automatically.

Remember to type ceri.us in your mobile or desktop browser to get the Ceri.us Progressive App. We are adding new code and testing everyday to Ceri.us.                    

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

Όνομα Ceri.us Airbridge Communicator Ceri.us Airbridge Communicator
ID mblkfpphiadhncblckopllohojmjdoee
Επίσημο URL https://chromewebstore.google.com/detail/cerius-airbridge-communic/mblkfpphiadhncblckopllohojmjdoee
Περιγραφή Sends phone numbers, images, videos, contacts and URLs to ceri.us enabled mobile/desktop apps & browser extensions
Μέγεθος Αρχείου 240 MB
Αριθμός Εγκαταστάσεων 77
Τρέχουσα Έκδοση 2.0.8
Τελευταία Ενημέρωση 2023-12-18
Ημερομηνία Δημοσίευσης 2018-06-06
Αξιολόγηση 4.20/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://www.airbridgelabs.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.airbridgelabs.com/demo
Διεύθυνση URL της Σελίδας Βοήθειας https://www.airbridgelabs.com/demo/indexYouTube.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ceri.us Airbridge Communicator",
    "icons": {
        "16": "images\/icon_16_.png",
        "48": "images\/icon_48_.png",
        "128": "images\/icon_128_.png"
    },
    "description": "Sends phone numbers, images, videos, contacts and URLs to ceri.us enabled mobile\/desktop apps & browser extensions",
    "version": "2.0.8",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        ""
    ],
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19_.png",
            "38": "images\/icon_38_.png"
        },
        "default_title": "Ceri.us Extension",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "welcome.js",
            "libmp3lame.min.js",
            "globals.js",
            "airbridge.js",
            "airbridgerx.js",
            "background.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "ids": [
            "*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/player.vimeo.com\/api\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "globals.js",
                "content_script.js"
            ],
            "css": [
                "content_script.css"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}