ConnectionMate

ConnectionMate

ConnectionMate란 무엇입니까?

ConnectionMate은(는) https://connectionmate.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ConnectionMate"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ConnectionMate 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}