SARAL

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

SARAL là gì?

SARAL là một tiện ích mở rộng Chrome được phát triển bởi CHVN Software Private Limited., và tính năng chính của nó là "Find creator's contact info on social platform, send emails, and own & manage your relationships.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SARAL

Tải xuống các tệp mở rộng SARAL dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SARAL SARAL
ID fiienncdapmaacfjbfaomcfogknalfep
URL Chính Thức https://chromewebstore.google.com/detail/saral/fiienncdapmaacfjbfaomcfogknalfep
Mô tả Find creator's contact info on social platform, send emails, and own & manage your relationships.
Kích Thước Tệp 295 KB
Số Lần Cài Đặt 778
Phiên Bản Hiện Tại 2.2.7.18
Cập Nhật Lần Cuối 2024-02-05
Ngày Phát Hành 2022-07-29
Đánh Giá 5.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển CHVN Software Private Limited.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.getsaral.com/
URL Trang Chính Sách Bảo Mật https://www.getsaral.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}