SARAL

Find creator's contact info on social platform, send emails, and own & manage your relationships.

Что такое SARAL?

SARAL - это расширение Chrome, разработанное CHVN Software Private Limited., и его основная функция - "Find creator's contact info on social platform, send emails, and own & manage your relationships.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения SARAL

Скачайте файлы расширений SARAL в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        SARAL is the operating system for your influencer marketing program. This extension is our companion app that helps you find creators on Youtube, Instagram, and Tiktok! 

With the chrome extension, you can find creator info such as their email address, follower count, engagement rate, and assess the right fee to pay them. 

Once you do this, SARAL enables you to organise your relationships and reach out to them with personalized email drip campaigns. 

Install and try it today! 

Don't forget to Get Saral: https://www.getsaral.com                    

Основная информация о расширении

Название SARAL SARAL
ID fiienncdapmaacfjbfaomcfogknalfep
Официальный URL https://chromewebstore.google.com/detail/saral/fiienncdapmaacfjbfaomcfogknalfep
Описание Find creator's contact info on social platform, send emails, and own & manage your relationships.
Размер файла 295 KB
Количество установок 778
Текущая Версия 2.2.7.18
Последнее Обновление 2024-02-05
Дата публикации 2022-07-29
Рейтинг 5.00/5 Всего 12 оценок
Разработчик CHVN Software Private Limited.
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.getsaral.com/
URL страницы политики конфиденциальности https://www.getsaral.com/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SARAL",
    "version": "2.2.7.18",
    "description": "Find creator's contact info on social platform, send emails, and own & manage your relationships.",
    "manifest_version": 3,
    "icons": {
        "48": "icons\/default_icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "cookies",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/app.getsaral.com\/*",
        "https:\/\/www.instagram.com\/*\/",
        "https:\/\/www.tiktok.com\/*",
        "https:\/\/www.youtube.com\/*",
        "http:\/\/localhost:5173\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*\/",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "\/scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": {
            "48": "icons\/default_icon.png"
        },
        "default_popup": "pages\/popup\/index.html"
    }
}