ConnectionMate

ConnectionMate

Apa itu ConnectionMate?

ConnectionMate adalah ekstensi Chrome yang dikembangkan oleh https://connectionmate.com, dan fitur utamanya adalah "ConnectionMate".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ConnectionMate

Unduh file ekstensi ConnectionMate dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ConnectionMate ConnectionMate
ID kiplfgepmbblkllmcgmldecccbgkdlnf
URL Resmi https://chromewebstore.google.com/detail/connectionmate/kiplfgepmbblkllmcgmldecccbgkdlnf
Deskripsi ConnectionMate
Ukuran File 4.4 MB
Jumlah Instalasi 341
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2023-12-05
Tanggal Publikasi 2020-09-17
Pengembang https://connectionmate.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://connectionmate.com/privacy-policy
Bahasa yang Didukung 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"
    ]
}