Top of Mind
Automatically generate comments on LinkedIn posts to keep you top of mind in your network.
什么是Top of Mind?
Top of Mind是由Grace Wang开发的Chrome扩展程序,该扩展的主要功能是“Automatically generate comments on LinkedIn posts to keep you top of mind in your network.”。
扩展截图
下载Top of Mind扩展crx文件
下载Top of Mind扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Instantly leave your best comment and start getting the most out of LinkedIn. Sit back and let Top Of Mind's neural network technology generate comments that make you look smart and helpful -- all through a simple browser extension. Stop missing out on the best LinkedIn posts. From now on every post is an opportunity to connect. Install the Top Of Mind extension now — it doesn't get easier than this!
扩展基本信息
名称 | |
ID | olpleiecpcaehephickckajejdchidcf |
官方URL | https://chrome.google.com/webstore/detail/top-of-mind/olpleiecpcaehephickckajejdchidcf |
简介 | Automatically generate comments on LinkedIn posts to keep you top of mind in your network. |
文件大小 | 163 KB |
安装次数 | 74 |
当前版本 | 1.0 |
更新时间 | 2021-09-02 |
上架时间 | 2021-09-02 |
评分 | 5.00/5 共2次评分 |
开发者 | Grace Wang |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://topofmind.xyz |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Top of Mind", "description": "Automatically generate comments on LinkedIn posts to keep you top of mind in your network.", "version": "1.0", "manifest_version": 3, "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "contentScript.js" ] } ], "action": { "default_popup": ".\/index.html", "default_icon": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "128": "logo128.png" } }, "icons": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "128": "logo128.png" } } |