Linkedia
Level up your Linkedin experience with AI
什么是Linkedia?
Linkedia是由Guillaume Reygner开发的Chrome扩展程序,该扩展的主要功能是“Level up your Linkedin experience with AI”。
扩展截图
下载Linkedia扩展crx文件
下载Linkedia扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
activate the power of AI for Linkedin powered by OpenAI.
respond to posts or messages in one click based on your feelings about the post/message. 扩展基本信息
| 名称 | |
| ID | onclbifkkglhmjhpnlfkcfhhbmjaopdc |
| 官方URL | https://chromewebstore.google.com/detail/linkedia/onclbifkkglhmjhpnlfkcfhhbmjaopdc |
| 简介 | Level up your Linkedin experience with AI |
| 文件大小 | 90.78 KB |
| 安装次数 | 276 |
| 当前版本 | 1.0 |
| 更新时间 | 2023-02-01 |
| 上架时间 | 2023-01-31 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Guillaume Reygner |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Linkedia",
"version": "1.0",
"author": "Guillaume Reygner",
"description": "Level up your Linkedin experience with AI",
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.linkedin.com\/*"
],
"js": [
"content.js"
]
}
],
"action": {
"default_popup": "popup.html"
},
"permissions": [
"storage"
]
} | |