Sendoso

The Official Sendoso Chrome Extension. We source, store, ship, and track ROI for anything you ever need to send.

ما هو Sendoso؟

Sendoso هو إضافة Chrome تم تطويرها بواسطة https://sendoso.com، والميزة الرئيسية لها هي "The Official Sendoso Chrome Extension. We source, store, ship, and track ROI for anything you ever need to send.".

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

screenshot
screenshot
screenshot
screenshot

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

قم بتنزيل ملفات الامتداد Sendoso بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Sendoso is the most effective way for revenue-driving teams to stand out with new ways to engage at strategic points throughout the customer journey. 

By sending personalized gifts, branded swag, and eGifts at scale with Sendoso, you’ll see significant time savings per campaign, an increase in conversion rates, and higher retention rates.

Sendoso’s Chrome Extension allows you to send from where you already work. By using the Chrome Extension, users can send and measure their efforts directly from Salesforce, Amazon, Outreach, and SalesLoft. 

Not a Sendoso user? Contact Sendoso: https://sendoso.com/demo-request/ for more information.

Learn more at Sendoso.com                    

معلومات أساسية عن التمديد

الاسم Sendoso Sendoso
ID hgokiipnpjmkjeceaimoakhooaoedjah
عنوان URL الرسمي https://chromewebstore.google.com/detail/sendoso/hgokiipnpjmkjeceaimoakhooaoedjah
الوصف The Official Sendoso Chrome Extension. We source, store, ship, and track ROI for anything you ever need to send.
حجم الملف 3.92 MB
عدد التثبيتات 13,592
النسخة الحالية 4.1.9
آخر تحديث 2024-03-04
تاريخ النشر 2020-06-09
تقييم 4.43/5 مجموع تقييمات 7
المطور https://sendoso.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.sendoso.com
عنوان صفحة سياسة الخصوصية https://sendoso.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sendoso",
    "description": "The Official Sendoso Chrome Extension. We source, store, ship, and track ROI for anything you ever need to send.",
    "version": "4.1.9",
    "minimum_chrome_version": "88",
    "icons": {
        "128": "img\/icon.png"
    },
    "action": {
        "default_icon": {
            "128": "img\/icon.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "cookies",
        "activeTab",
        "storage",
        "tabs",
        "unlimitedStorage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/app.sendoso.com\/*",
        "https:\/\/*.salesforce.com\/*",
        "https:\/\/*.salesloft.com\/*",
        "https:\/\/*.hubspot.com\/contacts\/*\/contact\/*\/",
        "https:\/\/*.lightning.force.com\/*",
        "https:\/\/*.visual.force.com\/*",
        "https:\/\/*.outreach.io\/*",
        "https:\/\/*.amazon.co.uk\/*",
        "https:\/\/*.amazon.com\/*",
        "https:\/\/mail.google.com\/",
        "https:\/\/*.activehosted.com\/app\/deals\/*",
        "https:\/\/*.activehosted.com\/app\/contacts\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "gmail\/gmail-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.uk\/*"
            ],
            "css": [
                "css\/amazon.css",
                "css\/common.css"
            ],
            "js": [
                "amazon\/amazon-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.salesloft.com\/*"
            ],
            "css": [
                "css\/common.css",
                "css\/salesloft.css"
            ],
            "js": [
                "salesloft\/salesloft-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.outreach.io\/*"
            ],
            "css": [
                "css\/outreach.css",
                "css\/common.css"
            ],
            "js": [
                "outreach\/outreach-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.activehosted.com\/*"
            ],
            "css": [
                "css\/active-campaign-widget.css",
                "css\/common.css"
            ],
            "js": [
                "activeCampaign\/active-campaign-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.hubspot.com\/*"
            ],
            "css": [
                "css\/hubspot.css",
                "css\/common.css"
            ],
            "js": [
                "hubspot\/hubspot-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.visual.force.com\/*",
                "https:\/\/*.visualforce.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/login.salesforce.com\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "salesforce\/salesforce-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.lightning.force.com\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "salesforceLighteningReady\/salesforce-script.js"
            ]
        }
    ],
    "incognito": "split"
}