Linkedin Connection Eraser
It will automatically remove your Connection on the base of your input value
Linkedin Connection Eraser là gì?
Linkedin Connection Eraser là một tiện ích mở rộng Chrome được phát triển bởi zakirullahkhan6269, và tính năng chính của nó là "It will automatically remove your Connection on the base of your input value".
Ả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 Linkedin Connection Eraser
Tải xuống các tệp mở rộng Linkedin Connection Eraser 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
Download the extension: 1- Click on the extension icon 2- Follow the "1st Step" , Click on the LinkedIn button to load your LinkedIn 3- Follow the "2nd Step" 4- Click the cross button ( X ) 5- Enjoy!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Linkedin Connection Eraser |
ID | jbacoffafbpedpnpehenamkopjeiipjb |
URL Chính Thức | https://chromewebstore.google.com/detail/linkedin-connection-erase/jbacoffafbpedpnpehenamkopjeiipjb |
Mô tả | It will automatically remove your Connection on the base of your input value |
Kích Thước Tệp | 5.1 MB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-05-09 |
Ngày Phát Hành | 2023-05-08 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | zakirullahkhan6269 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linkedin Connection Eraser", "short_name": "LCE", "version": "1.0", "manifest_version": 3, "description": "It will automatically remove your Connection on the base of your input value", "icons": { "128": "icons\/128.png", "256": "icons\/256.png" }, "action": { "default_icon": "icons\/128.png", "default_title": "ICE", "default_popup": "src\/browser_action\/browser_action.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "css": [ "\/style.css", "css\/jquery-confirm.css" ], "js": [ "js\/jquery.min.js", "js\/sweetAlert.min.js", "js\/jquery-confirm.js", "js\/script.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ], "background": { "service_worker": "background.js" } } |