EasyJoin

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

Apa itu EasyJoin?

EasyJoin adalah ekstensi Chrome yang dikembangkan oleh https://easyjoin.net, dan fitur utamanya adalah "Right-click on text and links to send them from the browser to the EasyJoin app".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi EasyJoin

Unduh file ekstensi EasyJoin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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".                    

Informasi Dasar Ekstensi

Nama EasyJoin EasyJoin
ID hakgmccmeliacpbfblemaeajkpkndfog
URL Resmi https://chromewebstore.google.com/detail/easyjoin/hakgmccmeliacpbfblemaeajkpkndfog
Deskripsi Right-click on text and links to send them from the browser to the EasyJoin app
Ukuran File 72.82 KB
Jumlah Instalasi 681
Versi Saat Ini 1.6
Terakhir Diperbarui 2024-01-19
Tanggal Publikasi 2019-09-24
Penilaian 5.00/5 Total 4 Penilaian
Pengembang https://easyjoin.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://easyjoin.net
URL Halaman Bantuan https://easyjoin.net/faq.html
URL Halaman Kebijakan Privasi https://easyjoin.net/privacy.html
Bahasa yang Didukung 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"
    ]
}