SARAL
Find creator's contact info on social platform, send emails, and own & manage your relationships.
SARAL क्या है?
SARAL CHVN Software Private Limited. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find creator's contact info on social platform, send emails, and own & manage your relationships."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SARAL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
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" } } |