Cabal

Cabal extension

Cabal क्या है?

Cabal https://getcabal.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cabal extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cabal एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The easy button for intros.

Warm intros and referrals is your best source for new business.
But coordinating with stakeholders is hard.

Cabal turns referrals into a button:
* Embedded in email, calendar, social, and web
* Uncover your company or firm’s connections to target people or companies
* Ghostwrite referral emails for your stakeholders
* Monitor delivery and track attribution

Join thousands of founders, VCs, sellers, recruiters, and execs in making business easier.

Plus:
* Sync your connections and help your portfolio cos
* Aggregate view of your portcos pipelines
* Track and report your contributions
* Collaborative email

Questions?
Learn more at getcabal.com                    

एक्सटेंशन की मूल जानकारी

नाम Cabal Cabal
ID jpogcpmioehlanphknchgbpeihakgggh
आधिकारिक URL https://chromewebstore.google.com/detail/cabal/jpogcpmioehlanphknchgbpeihakgggh
विवरण Cabal extension
फ़ाइल का आकार 6.29 MB
स्थापना संख्या 872
वर्तमान संस्करण 3.3.0
अंतिम अपडेट 2024-01-08
प्रकाशन तिथि 2023-10-02
रेटिंग 5.00/5 कुल 38 रेटिंग्स
डेवलपर https://getcabal.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.getcabal.com
गोपनीयता नीति पृष्ठ URL http://getcabal.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cabal",
    "short_name": "Cabal",
    "description": "Cabal extension",
    "homepage_url": "https:\/\/getcabal.com\/",
    "icons": {
        "48": "assets\/icons\/icon48.png"
    },
    "version": "3.3.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.linkedin.com\/*",
                "*:\/\/calendar.google.com\/calendar\/*",
                "*:\/\/mail.google.com\/mail\/*",
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/getIntroContentScript.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "css\/getIntroContentScript.css"
    ],
    "permissions": [
        "storage",
        "alarms",
        "webNavigation",
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.getcabal.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "author": "Cabal Inc.",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "assets\/icons\/icon48.png"
        },
        "default_title": "Cabal",
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": false
    }
}