SARAL

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

Cos'è SARAL?

SARAL è un'estensione di Chrome sviluppata da CHVN Software Private Limited., e la sua funzione principale è "Find creator's contact info on social platform, send emails, and own & manage your relationships.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SARAL

Scarica i file di estensione SARAL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome SARAL SARAL
ID fiienncdapmaacfjbfaomcfogknalfep
URL Ufficiale https://chromewebstore.google.com/detail/saral/fiienncdapmaacfjbfaomcfogknalfep
Descrizione Find creator's contact info on social platform, send emails, and own & manage your relationships.
Dimensione del File 295 KB
Conteggio Installazioni 778
Versione Corrente 2.2.7.18
Ultimo Aggiornamento 2024-02-05
Data di Pubblicazione 2022-07-29
Valutazione 5.00/5 Totale 12 Valutazioni
Sviluppatore CHVN Software Private Limited.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.getsaral.com/
URL della Pagina della Politica sulla Privacy https://www.getsaral.com/privacy-policy
Lingue Supportate 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"
    }
}