SetSail
Unlock your potential by leveraging AI to reward what matters in "real time"
Что такое SetSail?
SetSail - это расширение Chrome, разработанное https://setsail.co, и его основная функция - "Unlock your potential by leveraging AI to reward what matters in "real time"".
Снимки экрана расширения
Скачать файл CRX расширения SetSail
Скачайте файлы расширений 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"
]
} | |