ConnectionMate

ConnectionMate

ConnectionMateคืออะไร?

ConnectionMate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://connectionmate.com และคุณลักษณะหลักของมันคือ "ConnectionMate"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ConnectionMate

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}