SARAL

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

SARALとは何ですか?

SARALはCHVN Software Private Limited.によって開発されたChromeの拡張機能で、その主な機能は「Find creator's contact info on social platform, send emails, and own & manage your relationships.」です。

拡張機能のスクリーンショット

screenshot

SARAL拡張機能のCRXファイルをダウンロード

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.
Eメール [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"
    }
}