SetSail
Unlock your potential by leveraging AI to reward what matters in "real time"
什么是SetSail?
SetSail是由https://setsail.co开发的Chrome扩展程序,该扩展的主要功能是“Unlock your potential by leveraging AI to reward what matters in "real time"”。
扩展截图
下载SetSail扩展crx文件
下载SetSail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
AI-powered incentives that put the wind in your sales. 扩展基本信息
| 名称 | |
| ID | ljmofibnegaeibnanbncohngfpkpoidb |
| 官方URL | https://chromewebstore.google.com/detail/setsail/ljmofibnegaeibnanbncohngfpkpoidb |
| 简介 | Unlock your potential by leveraging AI to reward what matters in "real time" |
| 文件大小 | 27.27 KB |
| 安装次数 | 398 |
| 当前版本 | 1.2.1.0 |
| 更新时间 | 2020-11-05 |
| 上架时间 | 2019-09-09 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://setsail.co |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.setsail.co/tou |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SetSail",
"content_security_policy": "default-src 'self'; frame-src https:\/\/app.setsail.co\/; style-src 'self' 'sha256-E++x2wqqEeNrAZuNJhxouML5PMK\/eDVZnMg+ff4E\/Ww='; object-src 'none'",
"externally_connectable": {
"matches": [
"https:\/\/app.setsail.co\/*"
]
},
"description": "Unlock your potential by leveraging AI to reward what matters in \"real time\"",
"version": "1.2.1.0",
"manifest_version": 2,
"icons": {
"16": "setsail_16.png",
"48": "setsail_48.png",
"128": "setsail_128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https:\/\/*.lightning.force.com\/*"
],
"css": [
"salesforce.css"
],
"js": [
"sidebar.js"
]
},
{
"matches": [
"https:\/\/*.salesforce.com\/*",
"https:\/\/*.linkedin.com\/*",
"https:\/\/*.crm.dynamics.com\/*",
"https:\/\/app.hubspot.com\/*"
],
"css": [
"salesforce-classic.css"
],
"js": [
"sidebar.js"
]
},
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"css": [
"gmail.css"
],
"js": [
"sidebar.js"
]
}
],
"web_accessible_resources": [
"proxy.html",
"setsail.png"
]
} | |