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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://easyjoin.net/faq.html
URL หน้านโยบายความเป็นส่วนตัว 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"
    ]
}