SetSail

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

ما هو SetSail؟

SetSail هو إضافة Chrome تم تطويرها بواسطة https://setsail.co، والميزة الرئيسية لها هي "Unlock your potential by leveraging AI to reward what matters in "real time"".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SetSail

قم بتنزيل ملفات الامتداد SetSail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
    ]
}