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 |
官方網址 | 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" } } |