Bluejeans Redirector

Bluejeans Redirector transparently redirects any meeting links to use Bluejeans's browser based web client.

Bluejeans Redirector란 무엇입니까?

Bluejeans Redirector은(는) https://justingarrison.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bluejeans Redirector transparently redirects any meeting links to use Bluejeans's browser based web client."입니다.

확장 프로그램 스크린샷

screenshot

Bluejeans Redirector 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A simple way to avoid the Bluejeans application. The Bluejeans redirector will let you always stay in the browser for Bluejeans meetings.                    

확장 프로그램 기본 정보

이름 Bluejeans Redirector Bluejeans Redirector
ID mpbnncoggicgalfnbkmgobimjpmiiaoi
공식 URL https://chromewebstore.google.com/detail/bluejeans-redirector/mpbnncoggicgalfnbkmgobimjpmiiaoi
설명 Bluejeans Redirector transparently redirects any meeting links to use Bluejeans's browser based web client.
파일 크기 30.18 KB
설치 횟수 241
현재 버전 1.0
최근 업데이트 2020-03-24
출시 날짜 2020-03-24
개발자 https://justingarrison.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "48": "img\/icon-48x48.png",
        "128": "img\/icon-128x128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.bluejeans.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "manifest_version": 2
}