SetSail

Unlock your potential by leveraging AI to reward what matters in "real time"

Wat is SetSail?

SetSail is een Chrome-extensie ontwikkeld door https://setsail.co, en de belangrijkste functie is "Unlock your potential by leveraging AI to reward what matters in "real time"".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SetSail

Download SetSail-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        AI-powered incentives that put the wind in your sales.                    

Basisinformatie over de Extensie

Naam SetSail SetSail
ID ljmofibnegaeibnanbncohngfpkpoidb
Officiële URL https://chromewebstore.google.com/detail/setsail/ljmofibnegaeibnanbncohngfpkpoidb
Beschrijving Unlock your potential by leveraging AI to reward what matters in "real time"
Bestandsgrootte 27.27 KB
Aantal Installaties 398
Huidige Versie 1.2.1.0
Laatst Bijgewerkt 2020-11-05
Publicatiedatum 2019-09-09
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://setsail.co
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.setsail.co/tou
Ondersteunde Talen 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"
    ]
}