Linvo
Linvo - Sell More. Win Linkedin.
什么是Linvo?
Linvo是由https://linvo.io开发的Chrome扩展程序,该扩展的主要功能是“Linvo - Sell More. Win Linkedin.”。
扩展截图
下载Linvo扩展crx文件
下载Linvo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Linvo |
ID | gbiokpgbipklfamljmahhmlldgdffikk |
官方URL | https://chromewebstore.google.com/detail/linvo/gbiokpgbipklfamljmahhmlldgdffikk |
简介 | Linvo - Sell More. Win Linkedin. |
文件大小 | 90.87 KB |
安装次数 | 481 |
当前版本 | 1.0.14 |
更新时间 | 2022-02-05 |
上架时间 | 2020-11-10 |
评分 | 5.00/5 共22次评分 |
开发者 | https://linvo.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://linvo.io |
帮助页面URL | https://linvo.io |
隐私政策页面URL | https://linvo.io/privacy-policy |
支持的语言 | 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\/*" ] } ] } |