Cabal
Cabal extension
什么是Cabal?
Cabal是由https://getcabal.com开发的Chrome扩展程序,该扩展的主要功能是“Cabal extension”。
扩展截图
下载Cabal扩展crx文件
下载Cabal扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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 } } |