teleport-proxy

Accelerated web browsing via the teleport-it service. Simple, clear and easy to use.

teleport-proxy란 무엇입니까?

teleport-proxy은(는) https://teleport-it.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Accelerated web browsing via the teleport-it service. Simple, clear and easy to use."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

teleport-proxy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension offers a preconfigured extension for use with the teleport-proxy service from http://teleport-it.com

Note this is a paid for proxy service. Users will need to setup an account and subscription before downloading this extension.                    

확장 프로그램 기본 정보

이름 teleport-proxy teleport-proxy
ID kldcnpmgefdbldimfocfpmjffnkbdbln
공식 URL https://chromewebstore.google.com/detail/teleport-proxy/kldcnpmgefdbldimfocfpmjffnkbdbln
설명 Accelerated web browsing via the teleport-it service. Simple, clear and easy to use.
파일 크기 276 KB
설치 횟수 498
현재 버전 1.1.2
최근 업데이트 2022-08-05
출시 날짜 2013-04-09
평점 3.75/5 총 4 개의 평점
개발자 https://teleport-it.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://teleport-it.com
개인정보 보호 정책 페이지 URL http://www.mailasail.com/Main/Privacy-Policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "teleport-proxy",
    "description": "Accelerated web browsing via the teleport-it service. Simple, clear and easy to use.",
    "version": "1.1.2",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "image\/icon_mono_off.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "icons": {
        "24": "image\/icon_mono_on.png",
        "128": "image\/icon_128.png"
    },
    "permissions": [
        "",
        "proxy"
    ]
}