EasyJoin

Right-click on text and links to send them from the browser to the EasyJoin app

Qu'est-ce que EasyJoin ?

EasyJoin est une extension Chrome développée par https://easyjoin.net, et sa fonction principale est "Right-click on text and links to send them from the browser to the EasyJoin app".

Captures d'Écran de l'Extension

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

Téléchargez les fichiers d'extension EasyJoin 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

                        To send links and texts from your browser via EasyJoin follow these steps:

- Install the Pro version of the application on Windows/Linux/macOS.
- Start the application.
- Install the add-on on your browser.
- Right-click on a link or selected text in the browser and select "EasyJoin > Send".                    

Informations de Base sur l'Extension

Nom EasyJoin EasyJoin
ID hakgmccmeliacpbfblemaeajkpkndfog
URL Officiel https://chromewebstore.google.com/detail/easyjoin/hakgmccmeliacpbfblemaeajkpkndfog
Description Right-click on text and links to send them from the browser to the EasyJoin app
Taille du Fichier 72.82 KB
Nombre d'Installations 681
Version Actuelle 1.6
Dernière Mise à Jour 2024-01-19
Date de Publication 2019-09-24
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://easyjoin.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://easyjoin.net
URL de la Page d'Aide https://easyjoin.net/faq.html
URL de la Page de Politique de Confidentialité https://easyjoin.net/privacy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EasyJoin",
    "short_name": "EasyJoin",
    "version": "1.6",
    "description": "Right-click on text and links to send them from the browser to the EasyJoin app",
    "homepage_url": "https:\/\/easyjoin.net",
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png"
    },
    "background": {
        "service_worker": "easyjoin.js"
    },
    "action": {
        "default_icon": "icons\/24.png",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "contextMenus"
    ]
}