EasyJoin
Right-click on text and links to send them from the browser to the EasyJoin app
EasyJoin là gì?
EasyJoin là một tiện ích mở rộng Chrome được phát triển bởi https://easyjoin.net, và tính năng chính của nó là "Right-click on text and links to send them from the browser to the EasyJoin app".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng EasyJoin
Tải xuống các tệp mở rộng EasyJoin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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".
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | EasyJoin |
ID | hakgmccmeliacpbfblemaeajkpkndfog |
URL Chính Thức | https://chromewebstore.google.com/detail/easyjoin/hakgmccmeliacpbfblemaeajkpkndfog |
Mô tả | Right-click on text and links to send them from the browser to the EasyJoin app |
Kích Thước Tệp | 72.82 KB |
Số Lần Cài Đặt | 681 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2024-01-19 |
Ngày Phát Hành | 2019-09-24 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://easyjoin.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://easyjoin.net |
URL Trang Trợ Giúp | https://easyjoin.net/faq.html |
URL Trang Chính Sách Bảo Mật | https://easyjoin.net/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |