SetSail

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

SetSail क्या है?

SetSail https://setsail.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unlock your potential by leveraging AI to reward what matters in "real time""।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SetSail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम SetSail SetSail
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"
    ]
}