EasyJoin

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

ما هو EasyJoin؟

EasyJoin هو إضافة Chrome تم تطويرها بواسطة https://easyjoin.net، والميزة الرئيسية لها هي "Right-click on text and links to send them from the browser to the EasyJoin app".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة EasyJoin

قم بتنزيل ملفات الامتداد EasyJoin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم EasyJoin EasyJoin
ID hakgmccmeliacpbfblemaeajkpkndfog
عنوان URL الرسمي https://chromewebstore.google.com/detail/easyjoin/hakgmccmeliacpbfblemaeajkpkndfog
الوصف Right-click on text and links to send them from the browser to the EasyJoin app
حجم الملف 72.82 KB
عدد التثبيتات 681
النسخة الحالية 1.6
آخر تحديث 2024-01-19
تاريخ النشر 2019-09-24
تقييم 5.00/5 مجموع تقييمات 4
المطور https://easyjoin.net
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://easyjoin.net
عنوان صفحة المساعدة https://easyjoin.net/faq.html
عنوان صفحة سياسة الخصوصية https://easyjoin.net/privacy.html
اللغات المدعومة 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"
    ]
}