SetSail

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

Co to jest SetSail?

SetSail to rozszerzenie Chrome opracowane przez https://setsail.co, a jego główną funkcją jest „Unlock your potential by leveraging AI to reward what matters in "real time"”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SetSail

Pobierz pliki rozszerzeń SetSail w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa SetSail SetSail
ID ljmofibnegaeibnanbncohngfpkpoidb
Oficjalny URL https://chromewebstore.google.com/detail/setsail/ljmofibnegaeibnanbncohngfpkpoidb
Opis Unlock your potential by leveraging AI to reward what matters in "real time"
Rozmiar pliku 27.27 KB
Liczba instalacji 398
Aktualna Wersja 1.2.1.0
Ostatnia Aktualizacja 2020-11-05
Data Publikacji 2019-09-09
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://setsail.co
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.setsail.co/tou
Obsługiwane Języki 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"
    ]
}