SetSail
Unlock your potential by leveraging AI to reward what matters in "real time"
Was ist SetSail?
SetSail ist eine Chrome-Erweiterung, die von https://setsail.co entwickelt wurde, und ihr Hauptmerkmal ist "Unlock your potential by leveraging AI to reward what matters in "real time"".
Erweiterungsscreenshots
SetSail-Erweiterungs-CRX-Datei herunterladen
Laden Sie SetSail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        AI-powered incentives that put the wind in your sales.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | ljmofibnegaeibnanbncohngfpkpoidb | 
| Offizielle URL | https://chromewebstore.google.com/detail/setsail/ljmofibnegaeibnanbncohngfpkpoidb | 
| Beschreibung | Unlock your potential by leveraging AI to reward what matters in "real time" | 
| Dateigröße | 27.27 KB | 
| Installationsanzahl | 398 | 
| Aktuelle Version | 1.2.1.0 | 
| Letztes Update | 2020-11-05 | 
| Veröffentlichungsdatum | 2019-09-09 | 
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen | 
| Entwickler | https://setsail.co | 
| [email protected] | |
| Zahlungsart | free | 
| URL der Datenschutzrichtlinien-Seite | https://www.setsail.co/tou | 
| Unterstützte Sprachen | 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"
    ]
}  |  |