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 |
| 官方網址 | 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"
]
} | |