Linvo
Linvo - Sell More. Win Linkedin.
Linvo là gì?
Linvo là một tiện ích mở rộng Chrome được phát triển bởi https://linvo.io, và tính năng chính của nó là "Linvo - Sell More. Win Linkedin.".
Ả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 Linvo
Tải xuống các tệp mở rộng Linvo 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
Linvo.io helps you to find your prospect's information quickly. Head over to any Linkedin profile, and extract their information. Linvo.io permissions 1. tabs - We use tabs to find your Linkedin tab and open new tabs 2. storage - We save your Linkedin cookie in our storage and our dashboard hash key. 3. content_scripts - We access our dashboard and Linkedin elements.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Linvo |
ID | gbiokpgbipklfamljmahhmlldgdffikk |
URL Chính Thức | https://chromewebstore.google.com/detail/linvo/gbiokpgbipklfamljmahhmlldgdffikk |
Mô tả | Linvo - Sell More. Win Linkedin. |
Kích Thước Tệp | 90.87 KB |
Số Lần Cài Đặt | 481 |
Phiên Bản Hiện Tại | 1.0.14 |
Cập Nhật Lần Cuối | 2022-02-05 |
Ngày Phát Hành | 2020-11-10 |
Đánh Giá | 5.00/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | https://linvo.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://linvo.io |
URL Trang Trợ Giúp | https://linvo.io |
URL Trang Chính Sách Bảo Mật | https://linvo.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Linvo", "version": "1.0.14", "description": "Linvo - Sell More. Win Linkedin.", "background": { "service_worker": "sw.js", "type": "module" }, "content_scripts": [ { "js": [ "content\/import-index.js" ], "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/*.linvo.io\/*", "http:\/\/localhost:3000\/*" ] } ], "host_permissions": [ "https:\/\/www.linkedin.com\/*", "https:\/\/*.linvo.io\/*", "http:\/\/localhost:3000\/*" ], "permissions": [ "tabs", "storage" ], "action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "chunks\/*-*.js", "content\/index.js" ], "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/*.linvo.io\/*", "http:\/\/localhost:3000\/*" ] } ] } |