Join

Bring your devices together

Qu'est-ce que Join ?

Join est une extension Chrome développée par https://joaoapps.com, et sa fonction principale est "Bring your devices together".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Join

Téléchargez les fichiers d'extension Join au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Bring your devices together

Learn all about Join here: http://joaoapps.com/join/

Download the Android app here: https://goo.gl/o6L5UP

☑ 30 day trial - one time payment to unlock
Try the app for free for a month, then unlock it with a one time payment to continue using it

☑ Notifications
Receive notifications from Android and interact with them on any device. For example, you can reply to a Whatsapp message from your PC. Notifications use the standard Windows Action Center with the Windows 10 app

☑ SMS messages from any web browser
Be it Android, PC, or even iOS, you can send SMS messages from any web browser: http://joaoapps.com/join-sms-from-anything-with-a-browser/

☑ Clipboard Sharing
You can manually or automatically share your clipboard between devices. On Android you get a handy clipboard bubble for easy sharing. Think chat heads for your clipboard

☑ Remote Writing
Write stuff directly in any Android app from your PC or any other device

☑ Open web pages remotely
Quickly open a web page on another device. For example, you can send a page from your PC to your phone or from your phone to your PC

☑ Files
Send files from any device to any other device and optionally automatically open the file when it arrives. Super useful for remote installing an apk from your PC for example

☑ Screenshots
Get a quick screenshot from your Android device on your other devices

☑ Wallpaper
Quickly set your Android or PC wallpaper while browsing the web in Chrome

☑ Location
Find your Android device by getting its location or making it ring really loud

☑ Deep Tasker Integration
Make Join your own by pushing stuff from Tasker, changing any of the app's settings and querying your devices. You can totally make your own customized Join app if you want :)

☑ End-to-end encryption
Join can send any sensitive data encrypted if you set a password

☑ Google Drive as storage
Your personal data (like your SMS messages for example) is kept privately on your Google Drive. Shared files are also kept there so that you can easily access them later.                    

Informations de Base sur l'Extension

Nom Join Join
ID flejfacjooompmliegamfbpjjdlhokhj
URL Officiel https://chromewebstore.google.com/detail/join/flejfacjooompmliegamfbpjjdlhokhj
Description Bring your devices together
Taille du Fichier 1.74 MB
Nombre d'Installations 44,008
Version Actuelle 1.8.23
Dernière Mise à Jour 2020-06-19
Date de Publication 2020-06-19
Évaluation 4.49/5 Total 435 Évaluations
Développeur https://joaoapps.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://joaoapps.com/join
URL de la Page d'Aide http://joaoapps.com/join/faq
URL de la Page de Politique de Confidentialité http://joaoapps.com/join/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Join",
    "short_name": "Join",
    "description": "Bring your devices together",
    "version": "1.8.23",
    "permissions": [
        "identity",
        "identity.email",
        "background",
        "gcm",
        "unlimitedStorage",
        "notifications",
        "tabs",
        "clipboardRead",
        "clipboardWrite",
        "https:\/\/joinjoaomgcd.appspot.com\/",
        "https:\/\/accounts.google.com\/o\/oauth2\/v2\/auth\/",
        "contextMenus",
        "geolocation",
        "tts"
    ],
    "icons": {
        "16": "icons\/small.png",
        "48": "icons\/medium.png",
        "128": "icons\/big.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "devices.html"
    },
    "web_accessible_resources": [
        "icons\/medium.png"
    ],
    "background": {
        "page": "join.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "commands": {
        "popup": {
            "suggested_key": {
                "default": "Ctrl+Shift+K"
            },
            "description": "Show devices popup to perform commands",
            "global": true
        },
        "repeat-last-command": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            },
            "description": "Repeat last command",
            "global": true
        },
        "favorite-command": {
            "suggested_key": {
                "default": "Ctrl+Shift+P"
            },
            "description": "Perform Favorite Command",
            "global": true
        },
        "voice-command": {
            "suggested_key": {
                "default": "Ctrl+Shift+V"
            },
            "description": "Voice Command",
            "global": true
        }
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsfKrN+vAk\/h3UX6prKsJFJi++pcCk3Aw2+L23\/\/tAubEa3ZXM6oLHSRf0E\/O7Bk2z\/nYVN0enIkJ+D88UMKfGeeVDftuhDTIHRqIn6xSRgrqiOXxiLo7w9AdSHgu7dVkizxuFSVr0rq6HB4gqoeSazZS7V1jYBKZ4ZBtpn32efj9r13YT\/C0gwNT7k\/hnFd8y2lyahqSDG+hcB+i15naHjMxDgo7sr3xFE4jn46N+QXTfPOV7NntnSKJEE4LEdUFNoSkSniO41Z6AWajgw58JZwFigyLlV7xEA\/PIIkRMpX9RIQ3LWbyk5q7rUM+eYvc+WKqIZQSlH76dQTWFPSY+wIDAQAB",
    "oauth2": {
        "client_id": "596310809542-5tfd4b5u90jmh0r664mdl73cnct5m0ea.apps.googleusercontent.com",
        "client_id_web": "596310809542-c2bg952rtmf05el5kouqlcf0ajqnfpdl.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/drive.appfolder",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "manifest_version": 2
}