SetSail
Unlock your potential by leveraging AI to reward what matters in "real time"
Cos'è SetSail?
SetSail è un'estensione di Chrome sviluppata da https://setsail.co, e la sua funzione principale è "Unlock your potential by leveraging AI to reward what matters in "real time"".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SetSail
Scarica i file di estensione SetSail in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
AI-powered incentives that put the wind in your sales. Informazioni di Base sull'Estensione
| Nome | |
| ID | ljmofibnegaeibnanbncohngfpkpoidb |
| URL Ufficiale | https://chromewebstore.google.com/detail/setsail/ljmofibnegaeibnanbncohngfpkpoidb |
| Descrizione | Unlock your potential by leveraging AI to reward what matters in "real time" |
| Dimensione del File | 27.27 KB |
| Conteggio Installazioni | 398 |
| Versione Corrente | 1.2.1.0 |
| Ultimo Aggiornamento | 2020-11-05 |
| Data di Pubblicazione | 2019-09-09 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://setsail.co |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://www.setsail.co/tou |
| Lingue Supportate | 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"
]
} | |