Field Team 6 BYOP

Turbocharge Field Team 6's BYOP!

Field Team 6 BYOP란 무엇입니까?

Field Team 6 BYOP은(는) Field Team 6에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turbocharge Field Team 6's BYOP!"입니다.

확장 프로그램 스크린샷

screenshot

Field Team 6 BYOP 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        BYOP (Bring Your Own Phone) speeds up texting with EveryAction's OpenVPB (Open Virtual Phone Bank).  BYOP is a fork of the TurboVPB chrome browser extension developed by Evan Schwartz, modified to support texting.  BYOP places a button on the OpenVPB contact page that, when clicked, sets up a formatted message on your SMS messaging application of choice.

Getting BYOP set up takes less than 2 minutes. All you need to do is install the extension, configure a message template, log in to your phone bank on OpenVPB, and you're on your way!                    

확장 프로그램 기본 정보

이름 Field Team 6 BYOP Field Team 6 BYOP
ID phgglhfpiepgjnanahhgmecldgkiichd
공식 URL https://chromewebstore.google.com/detail/field-team-6-byop/phgglhfpiepgjnanahhgmecldgkiichd
설명 Turbocharge Field Team 6's BYOP!
파일 크기 242 KB
설치 횟수 572
현재 버전 0.4.3
최근 업데이트 2024-02-27
출시 날짜 2023-11-14
개발자 Field Team 6
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.fieldteam6.org
도움말 페이지 URL https://www.fieldteam6.org
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Field Team 6 BYOP",
    "version": "0.4.3",
    "description": "Turbocharge Field Team 6's BYOP!",
    "author": "Field Team 6",
    "homepage_url": "https:\/\/www.fieldteam6.org",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.openvpb.com\/VirtualPhoneBank*"
    ],
    "icons": {
        "32": "icons\/byop_icon_32.png",
        "48": "icons\/byop_icon_48.png",
        "96": "icons\/byop_icon_96.png",
        "128": "icons\/byop_icon_128.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_title": "Field Team 6 BYOP",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/voice.google.com\/*"
            ],
            "js": [
                "dependencies\/browser-polyfill.js",
                "contentScripts\/googleVoiceManager.js",
                "contentScripts\/tools.js",
                "contentScripts\/main.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.openvpb.com\/*"
            ],
            "js": [
                "dependencies\/browser-polyfill.js",
                "dependencies\/utilities.js",
                "vpb-common.js",
                "openvpb.js"
            ],
            "all_frames": true
        }
    ]
}