ConnectionMate
ConnectionMate
ConnectionMate là gì?
ConnectionMate là một tiện ích mở rộng Chrome được phát triển bởi https://connectionmate.com, và tính năng chính của nó là "ConnectionMate".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ConnectionMate
Tải xuống các tệp mở rộng ConnectionMate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ConnectionMate |
ID | kiplfgepmbblkllmcgmldecccbgkdlnf |
URL Chính Thức | https://chromewebstore.google.com/detail/connectionmate/kiplfgepmbblkllmcgmldecccbgkdlnf |
Mô tả | ConnectionMate |
Kích Thước Tệp | 4.4 MB |
Số Lần Cài Đặt | 341 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2023-12-05 |
Ngày Phát Hành | 2020-09-17 |
Nhà Phát Triển | https://connectionmate.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://connectionmate.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |