Bravado Warm Intros - Get Paid on LinkedIn

Find LinkedIn connections you can introduce and get paid for

Bravado Warm Intros - Get Paid on LinkedIn란 무엇입니까?

Bravado Warm Intros - Get Paid on LinkedIn은(는) bravado-extension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find LinkedIn connections you can introduce and get paid for"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Bravado Warm Intros - Get Paid on LinkedIn 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The Bravado Warm Intros Chrome Extension allows you to see and select your LinkedIn connections you can get paid for on Bravado. Make win-win introductions to your connections and earn additional income!

✓ Highlight LinkedIn connections you can get paid for now on Bravado
✓ View relevant Warm Intro opportunities on Bravado
✓ Easily select LinkedIn connections you can introduce
✓ Set up a meeting and get paid

Bravado Warm Intros is the #1 way for sales professionals to make additional income with your connections! Bravado matches you with opportunities to make introductions to your connections in your network. You control how many hours you work and keep 100% of what you earn -- you can earn up to $1,200 per intro. By introducing your connections to innovative companies you will build your reputation as an even more trusted partner and product expert. 

Bravado Warm Intros are redefining what it means to have control of your income. There are 20,000+ opportunities for you to capitalize on now and new ones are added everyday. Find connections you can get paid for with this Chrome Extension and start making money on Bravado now!                    

확장 프로그램 기본 정보

이름 Bravado Warm Intros - Get Paid on LinkedIn Bravado Warm Intros - Get Paid on LinkedIn
ID oplolbghaddhfckbgbnjeadnflmbahca
공식 URL https://chromewebstore.google.com/detail/bravado-warm-intros-get-p/oplolbghaddhfckbgbnjeadnflmbahca
설명 Find LinkedIn connections you can introduce and get paid for
파일 크기 724 KB
설치 횟수 79
현재 버전 3.0.1
최근 업데이트 2021-03-09
출시 날짜 2020-09-29
평점 5.00/5 총 7 개의 평점
개발자 bravado-extension
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://bravado.co
개인정보 보호 정책 페이지 URL https://info.bravado.co/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bravado Warm Intros - Get Paid on LinkedIn",
    "description": "Find LinkedIn connections you can introduce and get paid for",
    "version": "3.0.1",
    "icons": {
        "16": "icon16.png",
        "24": "icon24.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/linkedin.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/*.bravado.co\/*",
        "https:\/\/bravado.co\/",
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*.*"
    ]
}