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 |
Eメール | [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" ] } |