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 |
| Eメール | [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"
]
} | |