ConnectionMate
ConnectionMate
什么是ConnectionMate?
ConnectionMate是由https://connectionmate.com开发的Chrome扩展程序,该扩展的主要功能是“ConnectionMate”。
扩展截图
下载ConnectionMate扩展crx文件
下载ConnectionMate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Be the first to comment on a post, become visible to whoever matters to you and build relations, that drive business. ConnectionMate helps you to focus on the posts from these Linkedin Members, that are important to you! Because Conversations lead to Conversions.
扩展基本信息
名称 | ConnectionMate |
ID | kiplfgepmbblkllmcgmldecccbgkdlnf |
官方URL | https://chromewebstore.google.com/detail/connectionmate/kiplfgepmbblkllmcgmldecccbgkdlnf |
简介 | ConnectionMate |
文件大小 | 4.4 MB |
安装次数 | 341 |
当前版本 | 1.0.5 |
更新时间 | 2023-12-05 |
上架时间 | 2020-09-17 |
开发者 | https://connectionmate.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://connectionmate.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ConnectionMate", "description": "ConnectionMate", "version": "1.0.5", "icons": { "16": "cm-fav-16.png", "32": "cm-fav-32.png", "128": "cm-fav-128.png" }, "web_accessible_resources": [ "*.png", "*.svg" ], "background": { "scripts": [ "store.js", "chrome-hooks.js" ], "persistent": true }, "browser_action": { "default_title": "Connection mate", "default_popup": "popup.html" }, "permissions": [ "*:\/\/www.linkedin.com\/in\/*", "*:\/\/pluspulso-connectionmate-api-oepbt672ya-ey.a.run.app\/*", "*:\/\/pluspulso-connectionmate-api-z55x3m4g7a-ey.a.run.app\/*", "*:\/\/connectionmate.com\/*", "tabs", "webNavigation", "alarms", "cookies" ] } |