Bridge

Bridge - The network collaboration platform.

Bridgeคืออะไร?

Bridge เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://brdg.app และคุณลักษณะหลักของมันคือ "Bridge - The network collaboration platform."

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Bridge ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Imagine how productive you would be if you could merge your network with the Internet. 

No more going back and forth between tabs to search other places like LinkedIn or your CRM to see if someone in your network already knows anyone at the company you are looking at! 

🔎 Google Search: As you search Google, Bridge shows you how many connections you know at the website before you even click on the search result.

🌍 Websites: When you visit any website, our Chrome Extension will show you how many people from that organization are in your circles 🤝 

🔗 LinkedIn: Whenever you visit someone's LinkedIn profile, you can easily see who can offer an intro and get introduced.

We hope this helps make research, sales, business development, fundraising, and plain old serendipity, a lot easier and more intelligent for you💡 

In future versions we'll focus on extending the functionality to integrate with Gmail and other applications, so stay tuned!

About Bridge:
Bridge lets you collaborate with your network. Bridge builds relationships. Relationships that create business value and drive innovation.

Sign-up & learn more:
https://brdg.app                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bridge Bridge
ID ohjlfnhjabflkiocjhchhogighnpbelg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bridge/ohjlfnhjabflkiocjhchhogighnpbelg
คำอธิบาย Bridge - The network collaboration platform.
ขนาดไฟล์ 1.12 MB
จำนวนการติดตั้ง 2,729
เวอร์ชันปัจจุบัน 0.0.56
อัปเดตครั้งล่าสุด 2024-03-05
วันที่เผยแพร่ 2021-12-12
คะแนน 5.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://brdg.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://brdg.app
URL หน้านโยบายความเป็นส่วนตัว https://brdg.app/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_appDesc__",
    "version": "0.0.56",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "src\/assets\/icons\/icon-48.png"
    },
    "icons": {
        "16": "src\/assets\/icons\/icon-16.png",
        "24": "src\/assets\/icons\/icon-24.png",
        "64": "src\/assets\/icons\/icon-64.png",
        "128": "src\/assets\/icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.linkedin.com\/*\/*",
        "*:\/\/*.brdg.app\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/assets\/icons\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}