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!”。
扩展截图
下载Field Team 6 BYOP扩展crx文件
下载Field Team 6 BYOP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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! 扩展基本信息
| 名称 | |
| 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
}
]
} | |