WINN.AI
WINN.AI
什么是WINN.AI?
WINN.AI是由https://winn.ai开发的Chrome扩展程序,该扩展的主要功能是“WINN.AI”。
扩展截图
下载WINN.AI扩展crx文件
下载WINN.AI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
WINN.AI handles all of your sales busywork so you can type less and win more! 扩展基本信息
| 名称 | |
| ID | kopfpnjmcapcepinmnbapinfmofpjhof |
| 官方URL | https://chromewebstore.google.com/detail/winnai/kopfpnjmcapcepinmnbapinfmofpjhof |
| 简介 | WINN.AI |
| 文件大小 | 2.32 MB |
| 安装次数 | 1,000 |
| 当前版本 | 2.1.4 |
| 更新时间 | 2024-02-26 |
| 上架时间 | 2023-05-23 |
| 评分 | 4.87/5 共30次评分 |
| 开发者 | https://winn.ai |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://app.winn.ai |
| 帮助页面URL | https://winn.ai/support |
| 隐私政策页面URL | https://winn.ai/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "WINN.AI",
"version": "2.1.4",
"description": "WINN.AI",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"action": {
"default_title": "WINN.AI"
},
"content_scripts": [
{
"matches": [
"https:\/\/zoom.us\/profile\/setting*"
],
"js": [
"enableZoomPermissions.js"
]
},
{
"matches": [
"https:\/\/app.winn.ai\/*"
],
"js": [
"winnAppExtensionBridgeScript.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"cookies",
"background",
"alarms",
"gcm"
],
"host_permissions": [
"*:\/\/*.zoom.us\/*",
"*:\/\/*.winn.ai\/*"
]
} | |