VOCAL-NOTE-IFS-TRELLO-MOBILE
cette application extends trello et infusionsoft pour ajouter des notes vocal
什么是VOCAL-NOTE-IFS-TRELLO-MOBILE?
VOCAL-NOTE-IFS-TRELLO-MOBILE是由http://webero.agency开发的Chrome扩展程序,该扩展的主要功能是“cette application extends trello et infusionsoft pour ajouter des notes vocal”。
扩展截图
下载VOCAL-NOTE-IFS-TRELLO-MOBILE扩展crx文件
下载VOCAL-NOTE-IFS-TRELLO-MOBILE扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allow you to have vocal message on trello, on infusionsoft and manage it from your phone with a webpage . 扩展基本信息
| 名称 | |
| ID | pginaahpnpeleakacjncdpdjaokglodg |
| 官方URL | https://chrome.google.com/webstore/detail/vocal-note-ifs-trello-mob/pginaahpnpeleakacjncdpdjaokglodg |
| 简介 | cette application extends trello et infusionsoft pour ajouter des notes vocal |
| 文件大小 | 1.17 MB |
| 安装次数 | 426 |
| 当前版本 | 3.0.0 |
| 更新时间 | 2019-08-22 |
| 上架时间 | 2019-08-22 |
| 开发者 | http://webero.agency |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://therapiequantique.net |
| 帮助页面URL | https://webero.agency |
| 隐私政策页面URL | https://webero.be/mentions-legales |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "html\/background.html",
"persistent": false
},
"browser_action": {
"default_popup": "html\/popup.html",
"default_title": "Note vocal trello et infusionsoft"
},
"content_scripts": [
{
"js": [
"assets\/jquery\/jquery-2.2.3.min.js",
"js\/event.js",
"js\/listen.js",
"js\/lib.js",
"page\/noteHome.js"
],
"matches": [
"http:\/\/*.infusionsoft.com\/Contact\/manageContact.jsp*",
"https:\/\/*.infusionsoft.com\/Contact\/manageContact.jsp*"
]
},
{
"js": [
"assets\/jquery\/jquery-2.2.3.min.js",
"js\/event.js",
"js\/listen.js",
"js\/lib.js",
"page\/noteHome.js"
],
"matches": [
"http:\/\/*.infusionsoft.com\/ContactAction\/allHistoryPop.jsp*",
"https:\/\/*.infusionsoft.com\/ContactAction\/allHistoryPop.jsp*"
]
},
{
"js": [
"assets\/jquery\/jquery-2.2.3.min.js",
"js\/event.js",
"js\/listen.js",
"js\/recorder.js",
"js\/vocale.js",
"js\/lib.js",
"page\/taskEdit.js"
],
"matches": [
"http:\/\/*.infusionsoft.com\/Task\/manageTask.jsp*",
"https:\/\/*.infusionsoft.com\/Task\/manageTask.jsp*"
]
},
{
"js": [
"assets\/jquery\/jquery-2.2.3.min.js",
"js\/event.js",
"js\/listen.js",
"js\/recorder.js",
"js\/vocale.js",
"js\/lib.js",
"page\/noteEdit.js"
],
"matches": [
"http:\/\/*.infusionsoft.com\/ContactAction\/manageContactAction_legacy.jsp*",
"https:\/\/*.infusionsoft.com\/ContactAction\/manageContactAction_legacy.jsp*",
"http:\/\/*.infusionsoft.com\/ContactAction\/manageContactAction.jsp*",
"https:\/\/*.infusionsoft.com\/ContactAction\/manageContactAction.jsp*"
]
},
{
"js": [
"assets\/jquery\/jquery-2.2.3.min.js",
"js\/event.js",
"js\/listen.js",
"js\/recorder.js",
"js\/vocale.js",
"js\/lib.js",
"page\/trello.js"
],
"matches": [
"http:\/\/trello.com\/*",
"https:\/\/trello.com\/*"
]
}
],
"description": "cette application extends trello et infusionsoft pour ajouter des notes vocal",
"homepage_url": "https:\/\/therapiequantique.net",
"externally_connectable": {
"matches": [
"*:\/\/therapiequantique.net\/*",
"*:\/\/localhost\/*"
]
},
"icons": {
"128": "img\/icon.png"
},
"manifest_version": 2,
"name": "VOCAL-NOTE-IFS-TRELLO-MOBILE",
"short_name": "Vocal&Note",
"permissions": [
"tabs",
"clipboardWrite",
"storage",
"http:\/\/localhost:8000"
],
"version": "3.0.0",
"web_accessible_resources": [
"img\/*"
]
} | |