Cabal
Cabal extension
Cabal란 무엇입니까?
Cabal은(는) https://getcabal.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cabal extension"입니다.
확장 프로그램 스크린샷
Cabal 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 } } |